liquidhaskell-0.9.2.5.0: src/GHC/Int_LHAssumptions.hs
{-# OPTIONS_GHC -Wno-unused-imports #-}
module GHC.Int_LHAssumptions where
import GHC.Int
{-@
embed GHC.Int.Int8 as int
embed GHC.Int.Int16 as int
embed GHC.Int.Int32 as int
embed GHC.Int.Int64 as int
type Nat64 = {v:GHC.Int.Int64 | v >= 0}
@-}