melodeon 0.5.16

High-level language that targets the Themelio blockchains' MelVM covenants
Documentation
1
2
3
4
5
6
7
mod poly;
mod typecheck;
//mod typed_ast;
mod types;
pub use typecheck::*;
//pub use typed_ast::*;
pub use types::*;