liquidhaskell-0.9.10.1.2: src/Data/Either_LHAssumptions.hs
{-# OPTIONS_GHC -fplugin=LiquidHaskellBoot #-}
{-# OPTIONS_GHC -Wno-unused-imports #-}
module Data.Either_LHAssumptions where
import GHC.Types_LHAssumptions()
{-@
measure isLeft :: Either a b -> Bool
isLeft (Left x) = true
isLeft (Right x) = false
@-}