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

IRTS.Compiler

Description

 
Synopsis

Documentation

compile :: Codegen -> FilePath -> Maybe Term -> Idris CodegenInfo Source #

Compile to simplified forms and return CodegenInfo

generate :: Codegen -> FilePath -> CodegenInfo -> IO () Source #