packages feed

liquidhaskell-0.9.0.2.1: tests/pos/Even.hs

module Even where

{-@ type Even = {v:Int | v mod 2 = 0} @-}

{-@ notEven :: Int -> Even @-}
notEven :: Int -> Int
notEven x = x * 2