tonyday567 / web-rep

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other


Languages

Language:Haskell 96.8%Language:JavaScript 2.9%Language:CSS 0.3%