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

Safe HaskellNone
LanguageHaskell98

Agda.Auto.Convert

Documentation

norm :: Normalise t => t -> TCM t Source

type O = (Maybe Int, QName) Source

data TMode Source

Constructors

TMAll 

Instances

type MapS a b = (Map a b, [a]) Source

initMapS :: (Map k a, [t]) Source

popMapS :: MonadState s m => (s -> (t, [a])) -> ((t, [a]) -> s -> s) -> m (Maybe a) Source