diff --git a/TAP.idr b/TAP.idr index a83f976..483fd9b 100644 --- a/TAP.idr +++ b/TAP.idr @@ -99,11 +99,11 @@ export test : (ToInfo e, ToInfo a) => String -> Lazy (Either e a) -> Test test label val = testIO label $ MkEitherT $ lazyToIO val -||| a todo with a reason given. the reason is the first argument, e.g. +||| a todo with a reason given, e.g. ||| `todo "" "