feldspar-compiler-0.7: Compiler for the Feldspar language
Feldspar.Compiler.Imperative.FromCore.Switch
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