packages feed

liquidhaskell-0.8.2.0: tests/todo/Unsound.hs

module Unsound where

{-@ assume magic :: {v:() | false} @-}
magic :: ()
magic = undefined 

bar = head []