{-# LANGUAGE NoImplicitPrelude #-}

module Precursor.Algebra.Eq
  ( Eq
  , (==)
  , (/=)
  ) where

import           Data.Eq