epfl-lara / rust-stainless

An experimental Rust frontend for Stainless
Apache License 2.0
6 stars 2 forks source link

Add `ListMap` implementation to `libstainless` #133

Open romac opened 3 years ago

romac commented 3 years ago

Modeled after https://github.com/epfl-lara/stainless/blob/master/frontends/library/stainless/collection/ListMap.scala

This depends on #39, because the implementation of the ListMap needs to be available to the compiler for verification to work.