idris-0.9.15.1: Functional Programming Language with Dependent Types

Safe HaskellNone

IRTS.Compiler

Synopsis

Documentation

compile :: Codegen -> FilePath -> Term -> Idris CodegenInfoSource

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

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