diff --git a/functions/functions.elr b/functions/functions.elr new file mode 100644 index 0000000..d7e9529 --- /dev/null +++ b/functions/functions.elr @@ -0,0 +1,4 @@ +namespace elara/std + + +let run(() => Unit fun) => { fun() }