add a type sig that is needed now??
This commit is contained in:
parent
2f1044f6ef
commit
28f0546903
1 changed files with 2 additions and 1 deletions
3
TAP.idr
3
TAP.idr
|
@ -189,7 +189,8 @@ header tests =
|
||||||
private
|
private
|
||||||
withPrefix : SnocList String -> TestBase -> Test
|
withPrefix : SnocList String -> TestBase -> Test
|
||||||
withPrefix pfx = One . {label $= (makePrefix pfx ++)}
|
withPrefix pfx = One . {label $= (makePrefix pfx ++)}
|
||||||
where makePrefix = concatMap $ \s => "\{s} » "
|
where makePrefix : SnocList String -> String
|
||||||
|
makePrefix = concatMap $ \s => "\{s} » "
|
||||||
|
|
||||||
mutual
|
mutual
|
||||||
||| flatten some tests, starting with the prefix given
|
||| flatten some tests, starting with the prefix given
|
||||||
|
|
Loading…
Reference in a new issue