module Ala.Const
  ( Const(..)
  ) where

import Data.Functor.Const (Const(Const, getConst))