From fdac74820c6138ea809851f4859a8453483f95ad Mon Sep 17 00:00:00 2001 From: rhiannon morris Date: Fri, 27 May 2022 13:29:43 +0200 Subject: [PATCH] put the reason first in todoWith/skipWith it means less messing around when adding/removing skipWith, and todoWith is just changed for consistency --- TAP.idr | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 "" "