diff options
Diffstat (limited to 'stdlib/source/lux/control/cont.lux')
-rw-r--r-- | stdlib/source/lux/control/cont.lux | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/lux/control/cont.lux b/stdlib/source/lux/control/cont.lux index 81f62eccb..0db72d0fc 100644 --- a/stdlib/source/lux/control/cont.lux +++ b/stdlib/source/lux/control/cont.lux @@ -4,9 +4,9 @@ ["A" applicative] monad) function - [macro #+ with-gensyms] - (macro [code] - [syntax #+ syntax:]))) + [meta #+ with-gensyms] + (meta [code] + [syntax #+ syntax:]))) (type: #export (Cont i o) {#;doc "Continuations."} |