An open API service indexing awesome lists of open source software.

https://github.com/47degrees/liquid-stain

Examples from the LiquidHaskell book, ported to Scala+Stainless
https://github.com/47degrees/liquid-stain

Last synced: 10 months ago
JSON representation

Examples from the LiquidHaskell book, ported to Scala+Stainless

Awesome Lists containing this project

README

          

# Liquid Stain

Port of the examples from the [LiquidHaskell Book](http://ucsd-progsys.github.io/liquidhaskell-tutorial/) to [Stainless](https://epfl-lara.github.io/stainless/index.html).

### Verifying the examples

1. On a terminal execute `sbt`.
2. In the SBT command prompt, run `verified/run`.

### Adding more examples

The code to be verified must live under `verified/src/main/scala`.