packages feed

liquidhaskell-0.8.10.7: tests/todo/Unsound.hs

module Unsound where

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

bar = head []