idris-1.3.2: Functional Programming Language with Dependent Types

LicenseBSD3
MaintainerThe Idris Community.
Safe HaskellNone
LanguageHaskell2010

IRTS.Simplified

Description

 

Documentation

data SDecl Source #

Constructors

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

Defined in IRTS.Simplified

Methods

showsPrec :: Int -> SDecl -> ShowS #

show :: SDecl -> String #

showList :: [SDecl] -> ShowS #

ToJSON SDecl Source # 
Instance details

Defined in IRTS.Portable

data SAlt Source #

Instances
Show SAlt Source # 
Instance details

Defined in IRTS.Simplified

Methods

showsPrec :: Int -> SAlt -> ShowS #

show :: SAlt -> String #

showList :: [SAlt] -> ShowS #

ToJSON SAlt Source # 
Instance details

Defined in IRTS.Portable