Skip to content
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.

Commit

Permalink
Add () => Unit::run
Browse files Browse the repository at this point in the history
  • Loading branch information
bristermitten committed Jan 6, 2021
1 parent 16fb6a9 commit 6e97782
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions functions/functions.elr
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
namespace elara/std


let run(() => Unit fun) => { fun() }

0 comments on commit 6e97782

Please sign in to comment.