]> gitweb.michael.orlitzky.com - spline3.git/blobdiff - src/Assertions.hs
Fix a bunch of name conflicts by renaming 'c' to 'cube' everywhere.
[spline3.git] / src / Assertions.hs
index 6641e8c988c146026bd79191f8d7f7c4273f64c8..33b79b9b8ba68bb3dabc2002ad284498705bc335 100644 (file)
@@ -28,4 +28,5 @@ assertClose preface expected actual =
                 "expected: " ++ show expected ++ "\n but got: " ++ show actual
 
 -- | It's asinine that this doesn't exist already.
+assertTrue :: String -> Bool -> Assertion
 assertTrue = assertBool