chore: Switch to this repository from predecessor
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Glen Whitney 2021-01-30 15:37:53 -08:00
parent 9ecfa63f58
commit 7b00b01856
23 changed files with 733 additions and 32 deletions

View file

@ -1,12 +1,15 @@
module statics
// see README.md for details on how to switch to multi-file analysis
imports signatures/fostr-sig
// see docs/implementation.md for details on how to switch to multi-file analysis
rules // single-file entry point
programOk : Start
programOk : Ex
programOk(Empty()).
programOk(Sum(_)).
programOk(Receives(_,_)).
rules // multi-file entry point
@ -14,11 +17,6 @@ rules // multi-file entry point
projectOk(s).
fileOk : scope * Start
fileOk : scope * Ex
fileOk(s, Empty()).
signature
sorts Start constructors
Empty : Start
fileOk(s, Receives(_,_)).