Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 789 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 789 Bytes

elm-proof

A library for writing and verifying proofs in elm programs.

Person A: Proofs in elm?!? But elm is a pragmatic language. Surely, you jest!

Person B: Nay! Proofs are pragmatic.

There's a fleshed out example in the repo with subscriptions and commands and whatnot: permissions

You are invited to read through the examples in this order:

  1. Equivalence example
  2. Equality example