mirror of
https://github.com/sayo-hs/heftia.git
synced 2024-11-26 23:05:04 +03:00
Refine import.
This commit is contained in:
parent
fdf87b80b5
commit
d89d6968bc
@ -16,7 +16,14 @@ implementation.
|
||||
module Data.Free.Union where
|
||||
|
||||
import Control.Effect.Class (Instruction, type (~>))
|
||||
import Control.Effect.Class.Machinery.DepParam
|
||||
import Control.Effect.Class.Machinery.DepParam (
|
||||
DepParams,
|
||||
DepParamsOf,
|
||||
EffectClassIdentifier,
|
||||
EffectClassIdentifierOf,
|
||||
InsClassOf,
|
||||
QueryDepParamsFor,
|
||||
)
|
||||
import Data.Kind (Constraint, Type)
|
||||
import GHC.TypeLits (ErrorMessage (ShowType, Text, (:$$:), (:<>:)), TypeError)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user