Change in priorities

This commit is contained in:
2023-02-23 14:28:07 +00:00
parent d75add5ea3
commit ca23edabe4
7 changed files with 217 additions and 58 deletions

View File

@@ -9,7 +9,6 @@ define Zippable $C:(type -> type) as @:Mappable $C. (
@T. @U. @V. (T -> U -> V) -> $C T -> $C U -> $C V
)
define Default $T:type as $T
-- Is the intersection of typeclasses an operation we need?
--[ Type definition ]--
define Cons $elem:type as loop \r. Option (Pair T $elem)