disable doctests conditionally

This commit is contained in:
2026-08-24 05:06:01 -06:00
parent c9eb8f6f85
commit 99d9e460fc
7 changed files with 39 additions and 54 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ instance S.DataIso Block where
instance S.DatumIso Tail where
datumIso = S.match
$ S.With (S.headTagged1' "tail-call!" S.datumIso S.datumIso >>>)
$ S.With (S.headTagged1' "tail-call" S.datumIso S.datumIso >>>)
$ S.With (if_ >>>)
$ S.End
where