dol 0.8.1

DOL (Design Ontology Language) - A declarative specification language for ontology-first development
1
2
3
4
5
module arith @ 0.1.0

fun calc(x: i64, y: i64) -> i64 {
    return x + y
}