idris-0.9.17.1: Functional Programming Language with Dependent Types

Safe HaskellNone
LanguageHaskell98

IRTS.Compiler

Synopsis

Documentation

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

Given a main term to compiler, return the IRs which can be used to generate code.