@hackage web-rep0.12.3.0

representations of a web page

Table of Contents

  1. web-rep
  2. library reference
  3. Development

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
page-example --apptype SharedTest

… 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