summaryrefslogtreecommitdiff
path: root/doc/tutorial/arithm/Lex.gf
blob: bfc7257722fb025c2176fb904178bba2f22be0de (plain)
1
2
3
4
5
6
abstract Lex = Cat ** {
  fun
    zero_PN : PN ;
    successor_N2 : N2 ;  
    even_A : A ;
}