-- | -- Module : Cartesian.Internal.Instances -- Description : -- Copyright : (c) Jonatan H Sundqvist, 2016 -- License : MIT -- Maintainer : Jonatan H Sundqvist -- Stability : experimental|stable -- Portability : POSIX (not sure) -- -- Created September 1 2016 -- TODO | - -- - -- SPEC | - -- - ------------------------------------------------------------------------------------------------------------------------------------------------------ -- GHC Directives ------------------------------------------------------------------------------------------------------------------------------------------------------ {-# LANGUAGE FlexibleInstances #-} ------------------------------------------------------------------------------------------------------------------------------------------------------ -- API ------------------------------------------------------------------------------------------------------------------------------------------------------ module Cartesian.Internal.Instances where ------------------------------------------------------------------------------------------------------------------------------------------------------ -- We'll need these ------------------------------------------------------------------------------------------------------------------------------------------------------ -- import Cartesian.Internal.Core ------------------------------------------------------------------------------------------------------------------------------------------------------ -- Instances ------------------------------------------------------------------------------------------------------------------------------------------------------