forked from GitHub/gf-core
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