psc-ide-0.1.0.0: Language support for the PureScript programming language

Safe HaskellNone
LanguageHaskell2010

PureScript.Ide.Pursuit

Documentation

myZip :: [a] -> [(b, c)] -> [(a, b, c)] Source