make sure Pattern type makes it into builtins.merge namespace

This commit is contained in:
Paul Chiusano 2022-07-01 16:44:04 -04:00
parent 51fb28afd0
commit f783f58e10

View File

@ -193,6 +193,7 @@ builtinTypesSrc =
B' "Sequence" CT.Data,
Rename' "Sequence" "List",
B' "Text" CT.Data,
B' "Pattern" CT.Data,
B' "Char" CT.Data,
B' "Effect" CT.Data,
Rename' "Effect" "Request",