feldspar-compiler-0.3.2: Compiler for the Feldspar language

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