diff options
Diffstat (limited to 'core/base.moon')
| -rw-r--r-- | core/base.moon | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/base.moon b/core/base.moon index 6af4913..cf3d146 100644 --- a/core/base.moon +++ b/core/base.moon @@ -44,6 +44,7 @@ class EventInput extends Input -- -- lifts streams of IO objects to events class IOInput extends Input + impure: true dirty: => @stream\unwrap!\dirty! class IO |
