dol 0.8.1

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

fun add(a: i64, b: i64) -> i64 {
    return a + b
}