Hoogle Search
Within LTS Haskell 24.35 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Cua keymap for Yi editor Cua keymap for Yi editor
-
Yi editor haskell mode Yi editor haskell mode
-
Yi editor javascript mode Yi editor javascript mode
-
make SVG string from Haskell data
import Text.XML.YJSVG main = putStrLn $ showSVG 500 750 [ ("", Line 30 40 100 200 "yellow" 10) ]etc -
some tools for Monad, List, Tuple and so on. ifM, whenM, unlessM, doWhile, doWhile_ and so on.
-
Read and parse ZIM files zim-parser is a library to read and parse ZIM (http://openzim.org) files. ZiM files contain offline web content (eg. Wikipedia) which can be browsed locally without an Internet connection.