Hoogle Search
Within LTS Haskell 24.36 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Generate TypeScript definition files from your ADTs Please see the README on Github at https://github.com/codedownio/aeson-typescript#readme
-
Library providing JSON parser that warns about unexpected fields in objects. Please see the README on GitHub at https://github.com/commercialhaskell/aeson-warning-parser#readme
-
Output any Aeson value as YAML (pure Haskell library) This library exposes functions for encoding any Aeson value as YAML. There is also support for encoding multiple values into YAML "documents". This library is pure Haskell, and does not depend on C FFI with libyaml. It is also licensed under the BSD3 license.
-
An AFTOVolio implementation for creating texts with special phonetic / prosodic properties. It is another project that is based on the similar ideas as phonetic-languages-simplified-examples-array package. It combines general functionality with an example of complete one for Ukrainian language with extended documentation, mostly in the README.md file.
-
Idiomatic data structure for agreement Please see the README on GitHub at https://github.com/jcranch/agreeing#readme
-
Wake up and perform an action at a certain time. Please see the README at https://github.com/DaveCTurner/alarmclock/blob/master/README.md
-
Quasi-quoter for Alex lexers A Template-Haskell based version of the Alex lexer generator. It is used by BNFC-meta to generate lexers and currently this is the only feature known to be working.
-
A set of functions for a common use case of Alex. This captures a common pattern for using Alex.
-
The Wadler/Leijen Pretty Printer, with annotation support This is a modified version of wl-pprint, which was based on Wadler's paper "A Prettier Printer". See the haddocks for full info. This version allows the library user to annotate the text with semantic information, which can later be rendered in a variety of ways.
-
cross-platform library for terminal games Library which aims to replicate standard 2d game functions (blit, ticks, timers, etc.) in a terminal setting; features double buffering to optimise performance. Aims to be cross compatible (based on "ansi-terminal", no unix-only dependencies), practical. See examples folder for some minimal programs. A full game: venzone.