diff options
author | Eduardo Julian | 2019-04-27 23:41:47 -0400 |
---|---|---|
committer | Eduardo Julian | 2019-04-27 23:41:47 -0400 |
commit | af7f85c4eb724f2888ecce9c8b52d6d3bb1cd807 (patch) | |
tree | 9d2b80257b5c82ebcc9f17bd32e9771ea51cc708 /stdlib/source/program | |
parent | aa7f1d12ae98da9726bf8bbdd3c494a671e3f94b (diff) |
Moved JVM type machinery to stdlib.
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 5dd2fd1ba..c39544019 100644 --- a/stdlib/source/program/compositor.lux +++ b/stdlib/source/program/compositor.lux @@ -20,8 +20,6 @@ ["." list ("#@." functor fold)]]] [time ["." instant (#+ Instant)]] - [host - ["_" js]] [world ["." file (#+ File)] ["." console]] |