Skip to content

Commit

Permalink
example with more MetaVars
Browse files Browse the repository at this point in the history
  • Loading branch information
gelisam committed Feb 3, 2025
1 parent 45d119e commit 1253377
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/non-examples/type-errors/not-a-function.golden
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Type mismatch at not-a-function.kl:3.11-3.13.
Expected (Integer → ?1) but got Integer
Expected (Integer → (?1 → ?2)) but got Integer
4 changes: 2 additions & 2 deletions examples/non-examples/type-errors/not-a-function.kl
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#lang kernel
#lang "prelude.kl"

(example (42 23))
(example (42 4 2))

0 comments on commit 1253377

Please sign in to comment.