transformations-0.1.0.0: Generic representation of tree transformations

Safe HaskellSafe-Inferred

Generics.MultiRec.Any

Synopsis

Documentation

data Any phi whereSource

Constructors

Any :: phi ix -> ix -> Any phi 

matchAny :: forall phi ix. EqS phi => phi ix -> Any phi -> Maybe ixSource

Unify an Any with an a.