chore: add kernel WHNF test

This commit is contained in:
Leonardo de Moura 2020-03-18 11:07:24 -07:00
parent 6f62986368
commit bfe7d1ffe8

View file

@ -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