clash-prelude-1.10.1: src/Clash/Sized/Signed.hs
{-|
Copyright : (C) 2013-2016, University of Twente
License : BSD2 (see the file LICENSE)
Maintainer : Christiaan Baaij <christiaan.baaij@gmail.com>
-}
{-# LANGUAGE Trustworthy #-}
module Clash.Sized.Signed
( Signed
-- * Type-level error messages
, SignedPositiveLiteralError
, SignedNegativeLiteralError
)
where
import Clash.Sized.Internal.Signed