Raw File
uninterp.hs
measure f :: Int -> Int

one :: {v:Int| f v == f v}
one = 1
back to top