Skip to content

Commit

Permalink
Merge pull request #31 from cmsc430/fix-provides
Browse files Browse the repository at this point in the history
Another provide for the notes.
  • Loading branch information
dvanhorn authored Dec 8, 2024
2 parents 15c7e74 + e2e14e7 commit e8dcc50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion knock/compile.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
compile-define
compile-match
; for notes
compile-pattern)
compile-pattern
compile-match-clause)

(require "ast.rkt")
(require "compile-ops.rkt")
Expand Down

0 comments on commit e8dcc50

Please sign in to comment.