mirror of
https://github.com/polysemy-research/polysemy.git
synced 2024-12-02 11:54:06 +03:00
add DataKinds to the checkExtensions list (#204)
* add DataKinds to the checkExtensions list * return newline
This commit is contained in:
parent
26a6d2e474
commit
a34efc142b
@ -122,7 +122,7 @@ makeSem_ = genFreer False
|
||||
-- constructors into 'Sem' actions.
|
||||
genFreer :: Bool -> Name -> Q [Dec]
|
||||
genFreer should_mk_sigs type_name = do
|
||||
checkExtensions [ScopedTypeVariables, FlexibleContexts]
|
||||
checkExtensions [ScopedTypeVariables, FlexibleContexts, DataKinds]
|
||||
(dt_name, cl_infos) <- getEffectMetadata type_name
|
||||
tyfams_on <- isExtEnabled TypeFamilies
|
||||
def_mod_fi <- sequence [ tySynInstDCompat
|
||||
|
Loading…
Reference in New Issue
Block a user