hsc3-rw-0.15: hsc3 re-writing

Safe HaskellSafe-Inferred

Sound.SC3.RW.HP.Parsec

Synopsis

Documentation

data HP Source

Constructors

S String 
H HP 
J HP HP 

Instances

Eq HP 
Show HP 

type Binding = (String, String)Source

type Name_Supply = [String]Source

hp_cons :: HP -> HP -> HPSource

Simplifying constructor (do not use J directly).

hp_parse :: String -> HPSource

hp_print :: HP -> StringSource