idris-0.9.11.2: Functional Programming Language with Dependent Types

Safe HaskellNone

Idris.Core.TC

Documentation

data TC' e a Source

Constructors

OK !a 
Error e 

Instances

Error e => Monad (TC' e) 
Functor (TC' e) 
Show a => Show (TC a) 
Error e => MonadPlus (TC' e) 
(Eq e, Eq a) => Eq (TC' e a)