Skip to content

tonyday567/web-rep

Repository files navigation

web-rep

https://img.shields.io/hackage/v/web-rep.svg https://github.com/tonyday567/web-rep/workflows/haskell-ci/badge.svg

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"))
: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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published