Top-1.7: Constraint solving framework employed by the Helium Compiler.

Safe HaskellSafe-Infered

Top.Ordering.TreeWalk

Description

 

Documentation

newtype TreeWalk Source

Constructors

TreeWalk (forall a. List a -> [(List a, List a)] -> List a) 

type List a = [a] -> [a]Source