diff options
author | Eduardo Julian | 2022-04-08 21:59:08 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-04-08 21:59:08 -0400 |
commit | ab99de20a3d0566a71bf0ef607d9d6e291d7f62a (patch) | |
tree | 3755ede88eebb40e76291b45d0e3be4fdfb68621 /stdlib/source/program/aedifex/artifact | |
parent | 120ebb44dbb1a20fc150e5e58099f90be2e61d49 (diff) |
Removed (mostly useless) pattern-matching macro for abstract types.
Diffstat (limited to 'stdlib/source/program/aedifex/artifact')
-rw-r--r-- | stdlib/source/program/aedifex/artifact/time/date.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/program/aedifex/artifact/time/date.lux b/stdlib/source/program/aedifex/artifact/time/date.lux index 862eeec23..71f4dbe1c 100644 --- a/stdlib/source/program/aedifex/artifact/time/date.lux +++ b/stdlib/source/program/aedifex/artifact/time/date.lux @@ -21,7 +21,7 @@ ["[0]" year] ["[0]" month]] [type - [abstract {"-" pattern}]]]]) + [abstract "*"]]]]) (def: .public (pad value) (-> Nat Text) |