Pinned Loading
Repositories
- reflex-gadt-api Public
Interact with a JSON-serialized API defined by a GADT in your reflex-dom application
- reflex Public
Interactive programs without callbacks or side-effects. Functional Reactive Programming (FRP) uses composable events and time-varying values to describe interactive systems as pure functions. Just like other pure functional code, functional reactive code is easier to get right on the first try, maintain, and reuse.
- reflex-platform Public
A curated package set and set of tools that let you build Haskell packages so they can run on a variety of platforms. reflex-platform is built on top of the nix package manager.
- reflex-dom Public
Web applications without callbacks or side-effects. Reflex-DOM brings the power of functional reactive programming (FRP) to the web. Build HTML and other Document Object Model (DOM) data with a pure functional interface.
- nix-haskell Public
- reflex-dom-contrib Public
- reflex-fsnotify Public
Watch files and directories for changes using a functional-reactive interface!
- reflex-vty Public
Build terminal applications using functional reactive programming (FRP) with Reflex FRP.