~ubuntu-branches/ubuntu/wily/agda/wily-proposed

« back to all changes in this revision

Viewing changes to src/full/Agda/TypeChecking/Rewriting.hs-boot

  • Committer: Package Import Robot
  • Author(s): Iain Lane, d5cf60f
  • Date: 2015-05-20 13:08:33 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20150520130833-cdcmhagwsouna237
Tags: 2.4.2.2-2
[d5cf60f] Depend on ${shlibs:Depends}, to get libc (& maybe other) deps

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
module Agda.TypeChecking.Rewriting where
 
2
 
 
3
import Agda.Syntax.Internal
 
4
import Agda.TypeChecking.Monad.Base
 
5
 
 
6
verifyBuiltinRewrite :: Term -> Type -> TCM ()
 
7
rewrite :: Term -> TCM (Maybe Term)