chore: add kernel WHNF test
This commit is contained in:
parent
6f62986368
commit
bfe7d1ffe8
1 changed files with 4 additions and 0 deletions
|
|
@ -51,3 +51,7 @@ def c9 : String := "hello" ++ "world"
|
|||
def c10 : String := "helloworld"
|
||||
|
||||
#eval checkDefEq `c9 `c10
|
||||
|
||||
def c11 : Bool := decide ('a' = 'b')
|
||||
|
||||
#eval whnf `c11
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue