liquidhaskell-0.8.0.2: tests/pos/Hex00.hs
module Hex where
foo :: Int -> Int -> Int
foo x y = x + y
{-@ foo :: {x:Int | x = 0x7} -> {y:Int | y = 0x8} -> {v:Int | v = 0xF} @-}
module Hex where
foo :: Int -> Int -> Int
foo x y = x + y
{-@ foo :: {x:Int | x = 0x7} -> {y:Int | y = 0x8} -> {v:Int | v = 0xF} @-}