ddc-core-0.4.3.1: Disciplined Disciple Compiler core language and type checker.

Safe HaskellSafe
LanguageHaskell98

DDC.Core.Exp.Generic.BindStruct

Contents

Documentation

Orphan instances

((~) * (GBind l) (Bind l), (~) * (GBound l) (Bound l)) => BindStruct (GWitness l) l Source # 
((~) * (GBind l) (Bind l), (~) * (GBound l) (Bound l)) => BindStruct (GCast l) l Source # 

Methods

slurpBindTree :: GCast l -> [BindTree l] Source #

((~) * (GBind l) (Bind l), (~) * (GBound l) (Bound l)) => BindStruct (GAlt l) l Source # 

Methods

slurpBindTree :: GAlt l -> [BindTree l] Source #

((~) * (GBind l) (Bind l), (~) * (GBound l) (Bound l)) => BindStruct (GArg l) l Source # 

Methods

slurpBindTree :: GArg l -> [BindTree l] Source #

((~) * (GBind l) (Bind l), (~) * (GBound l) (Bound l)) => BindStruct (GExp l) l Source # 

Methods

slurpBindTree :: GExp l -> [BindTree l] Source #