feldspar-compiler-0.7: Compiler for the Feldspar language

Safe HaskellNone
LanguageHaskell2010

Feldspar.Compiler.Imperative.FromCore.Switch

Documentation

chaseTree :: (Compile dom dom, Project (Condition :|| Type) dom, Project (EQ :|| Type) dom) => Location -> ASTF (Decor Info dom) a -> ASTF (Decor Info dom) b -> CodeWriter [(Pattern (), Block ())] Source