About

Metadata

  • Last updated , by tonyday567
  • License BSD-3-Clause
  • Maintained by: Tony Day <tonyday567@gmail.com>

  • Lottery factor: 1

Links

Installation

Tested Compilers

  1. 9.10.2

Readme

web-rep

img img

Various functions and representations for a web page.

The best way to understand functionality is via running the example app:

cabal install
web-rep-example --shared

… and then tune in to:

http://localhost:9160/

library reference

Development

(setq haskell-process-args-cabal-repl '("web-rep:exe:web-rep-example"))
web-rep:exe:web-rep-example
:r
:set -Wno-type-defaults
:set -Wno-name-shadowing
:set -XOverloadedStrings
:set -XOverloadedLabels
:set -XDataKinds
import Prelude
import Box
import Web.Rep
import Optics.Core
import FlatParse.Basic
import MarkupParse
putStrLn "ok"

Ok, 11 modules loaded.
ghci
ok