~ubuntu-branches/ubuntu/raring/agda/raring-proposed

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Iain Lane
  • Date: 2009-07-20 19:49:41 UTC
  • Revision ID: james.westby@ubuntu.com-20090720194941-hcjy91vrn16csh7d
Tags: upstream-2.2.4+dfsg
ImportĀ upstreamĀ versionĀ 2.2.4+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
module Agda.TypeChecking.Polarity where
 
3
 
 
4
import Agda.Syntax.Internal
 
5
import Agda.TypeChecking.Monad.Base
 
6
 
 
7
computePolarity :: QName -> TCM ()
 
8