even simpler version of NQueens

This commit is contained in:
krasimir
2010-03-24 21:04:37 +00:00
parent 9a1d0e8d11
commit 887a552497
4 changed files with 5 additions and 11 deletions

View File

@@ -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 = {} ;
}