[ unify ] unify literals correctly

This commit is contained in:
2025-07-26 07:24:38 -07:00
parent 2d53976602
commit 0e110cd14f
3 changed files with 20 additions and 2 deletions

12
tests/UnifyLit.newt Normal file
View File

@@ -0,0 +1,12 @@
module UnifyLit
import Prelude
test : 'x' 'x'
test = Refl
test2 : "foo" "foo"
test2 = Refl
test3 : 1 1
test3 = Refl