Skip to content
Anton Trunov edited this page Jan 29, 2021 · 5 revisions

The Scilla Standard Library

Adding new module

To add a new module to the standard library:

  • Add Foo.scillib to src/stdlib directory
  • Add (Foo.scillib as stdlib/Foo.scillib) entry to src/stdlib/dune file.
Clone this wiki locally