idris-0.99: Functional Programming Language with Dependent Types

CopyrightLicense : BSD3
MaintainerThe Idris Community.
Safe HaskellNone
LanguageHaskell98

Idris.Erasure

Description

 

Synopsis

Documentation

performUsageAnalysis :: [Name] -> Idris [Name] Source #

Perform usage analysis, write the relevant information in the internal structures, returning the list of reachable names.

mkFieldName :: Name -> Int -> Name Source #

Make a field name out of a data constructor name and field number.