CoreErlang-0.0.1: Manipulating Core Erlang source code

Portabilityportable
Stabilityexperimental
MaintainerHenrique Ferreiro Garca <hferreiro@udc.es> David Castro Prez <dcastrop@udc.es>

Language.CoreErlang.Parser

Description

Synopsis

Documentation

parseModule :: String -> Either ParseError (Ann Module)Source

Parse of a string, which should contain a complete CoreErlang module

data ParseError

Instances