@hackage web-rep0.14.1.0
representations of a web page
Installation
Tested Compilers
Dependencies (19)
- async >=2.2.4 && <2.3
- base >=4.14 && <5
- bifunctors >=5.5.11 && <5.7
- box >=0.9 && <0.10
- box-socket >=0.5 && <0.6
- bytestring >=0.11.3 && <0.13 Show all…
Dependents (3)
@hackage/chart-svg, @hackage/chart-svg-various, @hackage/prettychart
web-rep
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:
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