mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-25 02:38:55 -06:00
even simpler version of NQueens
This commit is contained in:
@@ -5,10 +5,6 @@ lincat Nat = Str ;
|
||||
lin zero = "" ;
|
||||
succ n = "_" ++ n ;
|
||||
|
||||
lincat LT = Str ;
|
||||
NE = {} ;
|
||||
|
||||
lin zLT n = n ;
|
||||
sLT _ _ l = l ;
|
||||
lincat NE = {} ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user