idris-0.12.2: Functional Programming Language with Dependent Types

CopyrightLicense : BSD3
MaintainerThe Idris Community.
Safe HaskellNone
LanguageHaskell98

IRTS.BCImp

Description

 

Documentation

data Reg Source #

Constructors

RVal 
L Int 

data BC Source #

Constructors

NOP 

toBC :: (Name, SDecl) -> (Name, [BC]) Source #

bc :: Reg -> SExp -> [BC] Source #