AleXoundOS / model-checking

A model checking tutorial, written in literate Haskell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a simple introduction to model checking, written in literate Haskell. See src/ModelChecking*.lhs.

The build.sh script runs cabal build to compile the code, and builds documentation using pandoc.

You can use nix develop to enter a shell with all dependencies required to run build.sh. Or use:

$ nix build
$ firefox result-doc/share/doc/model-checking-0.1.0.0/html/src/ModelChecking{1,2}.html

About

A model checking tutorial, written in literate Haskell


Languages

Language:Haskell 91.6%Language:CSS 4.6%Language:Nix 2.9%Language:Shell 0.8%