ddc-core-simpl-0.4.3.1: Disciplined Disciple Compiler code transformations.

Safe HaskellNone
LanguageHaskell98

DDC.Core.Simplifier.Parser

Synopsis

Documentation

data SimplifierDetails s a n Source #

Auxilliary information that may be used by a simplifier.

Constructors

SimplifierDetails 

Fields

parseSimplifier :: (Ord n, Show n) => (String -> Maybe n) -> SimplifierDetails s a n -> String -> Either ParseError (Simplifier s a n) Source #

Parse a simplifier from a string.