File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{-# LANGUAGE AllowAmbiguousTypes #-}
2+ {-# LANGUAGE TypeAbstractions #-}
23{-# OPTIONS_GHC -Wno-orphans #-}
34
45module Ondim.Internal.Core
@@ -8,7 +9,6 @@ module Ondim.Internal.Core
89 getTemplate ,
910 getNamespace ,
1011 getText ,
11-
1212 -- Exceptions
1313 withoutNBErrors ,
1414 withNBErrors ,
@@ -19,6 +19,7 @@ module Ondim.Internal.Core
1919 throwExpFailure ,
2020 ) where
2121
22+ import Control.Monad.Except (MonadError (.. ))
2223import Data.Bitraversable (bimapM )
2324import Data.HashMap.Strict qualified as HMap
2425import Data.Typeable (eqT , (:~:) (.. ))
@@ -27,7 +28,6 @@ import Ondim.Internal.Class
2728import Ondim.State
2829import Type.Reflection (SomeTypeRep , someTypeRep )
2930import Prelude hiding (All )
30- import Control.Monad.Except (MonadError (.. ))
3131
3232-- Get stuff from state
3333
You can’t perform that action at this time.
0 commit comments