idris-1.3.1: Functional Programming Language with Dependent Types

LicenseBSD3
MaintainerThe Idris Community.
Safe HaskellNone
LanguageHaskell2010

IRTS.Simplified

Description

 

Documentation

simplifyDefs :: DDefs -> [(Name, DDecl)] -> TC [(Name, SDecl)] #

data SDecl #

Constructors

SFun Name [Name] Int SExp 
Instances
Show SDecl # 
Instance details

Defined in IRTS.Simplified

Methods

showsPrec :: Int -> SDecl -> ShowS #

show :: SDecl -> String #

showList :: [SDecl] -> ShowS #

ToJSON SDecl # 
Instance details

Defined in IRTS.Portable

data SAlt #

Instances
Show SAlt # 
Instance details

Defined in IRTS.Simplified

Methods

showsPrec :: Int -> SAlt -> ShowS #

show :: SAlt -> String #

showList :: [SAlt] -> ShowS #

ToJSON SAlt # 
Instance details

Defined in IRTS.Portable