feldspar-compiler-0.1: Compiler for the Feldspar languageSource codeContentsIndex
Feldspar.Compiler.Transformation.GraphUtils
Documentation
tupleWalk :: ([Int] -> a -> b) -> Tuple a -> [b]Source
tupleZip :: (Tuple a, Tuple b) -> Tuple (a, b)Source
tupleZipList :: (Tuple a, Tuple b) -> [(a, b)]Source
replaceVars :: RepVars a => [(Variable, Variable -> Variable)] -> a -> aSource
Produced by Haddock version 2.6.0