idris-1.3.4: Functional Programming Language with Dependent Types
LicenseBSD3
MaintainerThe Idris Community.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Idris.ElabDecls

Description

 
Synopsis

Documentation

elabDecl' :: ElabWhat -> ElabInfo -> PDecl -> StateT IState (ExceptT Err IO) () Source #

elabMain :: Idris Term Source #

Return the elaborated term which calls main

elabPrims :: Idris () Source #

Elaborate primitives

recinfo :: FC -> ElabInfo Source #

Top level elaborator info, supporting recursive elaboration