mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
fix compilation
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
concrete NumeralMkd of Numeral = CatMkd [Numeral,Digits,Decimal] ** open Prelude,ResMkd in {
|
concrete NumeralMkd of Numeral = CatMkd [Numeral,Digits,Decimal] ** open Prelude,ResMkd in {
|
||||||
flags
|
|
||||||
coding = "UTF-8" ;
|
|
||||||
lin D_0 = mkDig "0" Pl ;
|
lin D_0 = mkDig "0" Pl ;
|
||||||
lin D_1 = mkDig "1" Sg ;
|
lin D_1 = mkDig "1" Sg ;
|
||||||
lin D_2 = mkDig "2" Pl ;
|
lin D_2 = mkDig "2" Pl ;
|
||||||
@@ -55,4 +54,4 @@ concrete NumeralMkd of Numeral = CatMkd [Numeral,Digits,Decimal] ** open Prelude
|
|||||||
lin pot2as3 n = n ;
|
lin pot2as3 n = n ;
|
||||||
lin pot3as4 n = n ;
|
lin pot3as4 n = n ;
|
||||||
lin pot4as5 n = n ;
|
lin pot4as5 n = n ;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user