const-0: src/Data/Const.hs
{-# language Trustworthy #-}
-- |
-- Copyright : (c) 2019 Edward Kmett
-- License : BSD-2-Clause OR Apache-2.0
-- Maintainer: Edward Kmett <ekmett@gmail.com>
-- Stability : experimental
-- Portability: non-portable
--
module Data.Const
( Constable
, constant
) where
import Data.Const.Unsafe