add a type sig that is needed now??

This commit is contained in:
rhiannon morris 2023-09-17 16:57:43 +02:00
parent 2f1044f6ef
commit 28f0546903
1 changed files with 2 additions and 1 deletions

View File

@ -189,7 +189,8 @@ header tests =
private
withPrefix : SnocList String -> TestBase -> Test
withPrefix pfx = One . {label $= (makePrefix pfx ++)}
where makePrefix = concatMap $ \s => "\{s} » "
where makePrefix : SnocList String -> String
makePrefix = concatMap $ \s => "\{s} » "
mutual
||| flatten some tests, starting with the prefix given