Agda-2.2.10: A dependently typed functional programming language and proof assistant

Agda.TypeChecking.Polarity

Synopsis

Documentation

sizePolarity :: QName -> TCM [Polarity]Source

Hack for polarity of size indices.

class HasPolarity a whereSource

Methods

polarities :: Nat -> a -> TCM [Polarity]Source