mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 09:02:50 -06:00
use "-" and ";" instead of "_" and "\n" in NQueens
This commit is contained in:
@@ -3,8 +3,8 @@ concrete NatAscii of Nat = {
|
||||
lincat Nat = Str ;
|
||||
|
||||
lin zero = "" ;
|
||||
succ n = "_" ++ n ;
|
||||
succ n = "-" ++ n ;
|
||||
|
||||
lincat NE = {} ;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user