idris-1.1.1: Functional Programming Language with Dependent Types

CopyrightLicense : BSD3
MaintainerThe Idris Community.
Safe HaskellNone
LanguageHaskell2010

IRTS.DumpBC

Description

 

Documentation

interMap :: [a] -> [b] -> (a -> [b]) -> [b] Source #

serializeCase :: Show a => Int -> (a, [BC]) -> String Source #

dumpBC :: [(Name, SDecl)] -> String -> IO () Source #