diff options
author | Eduardo Julian | 2020-07-11 19:23:29 -0400 |
---|---|---|
committer | Eduardo Julian | 2020-07-11 19:23:29 -0400 |
commit | 6346bc55f8b62b48253369fa1f28b93d6500e885 (patch) | |
tree | c286664d4b3571736fe9f8fe0ee11271a05273a0 /stdlib/source/program | |
parent | d48c3ff75f23a62c7f13ff411c25073e618b19de (diff) |
Got the JS compiler to compile fully.
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/program/compositor.lux | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/stdlib/source/program/compositor.lux b/stdlib/source/program/compositor.lux index 4dbd5efcd..f208fb73e 100644 --- a/stdlib/source/program/compositor.lux +++ b/stdlib/source/program/compositor.lux @@ -22,8 +22,6 @@ ["." dictionary] ["." row (#+ Row)] ["." list ("#@." functor fold)]]] - [time - ["." instant (#+ Instant)]] [world ["." file (#+ File Path)] ["." console]] |