dol 0.8.1

DOL (Design Ontology Language) - A declarative specification language for ontology-first development
1
2
3
fun process(x: Int64) -> Int64 {
    return x |> double |> increment
}