forked from GitHub/gf-rgl
fix compilation
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
concrete NumeralMkd of Numeral = CatMkd [Numeral,Digits,Decimal] ** open Prelude,ResMkd in {
|
||||
flags
|
||||
coding = "UTF-8" ;
|
||||
|
||||
lin D_0 = mkDig "0" Pl ;
|
||||
lin D_1 = mkDig "1" Sg ;
|
||||
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 pot3as4 n = n ;
|
||||
lin pot4as5 n = n ;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user