Skip to content

Commit

Permalink
Don't include matching now it is compiled
Browse files Browse the repository at this point in the history
  • Loading branch information
b-studios committed Dec 9, 2023
1 parent 63add2a commit 81967a3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libraries/js/effekt.effekt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ extern include "effekt_runtime.js"
// Builtins
extern include "effekt_builtins.js"

// Pattern Matching
extern include "effekt_matching.js"

def locally[R] { f: => R }: R = f()

// Side effecting ops
Expand Down

0 comments on commit 81967a3

Please sign in to comment.