Use tasty for tests, fix bug in circOnLine

This commit is contained in:
2021-12-14 11:50:01 +00:00
parent ec51efabca
commit 47391f3850
19 changed files with 143 additions and 113 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
module StrictHelp
where
module StrictHelp where
{- | In order to force a list, apply with seq. -}
forceSpine :: Foldable t => t a -> ()