1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 06:11:49 +03:00

ConstraintKinds is not used here.

This commit is contained in:
Rob Rix 2018-03-01 15:21:09 -05:00
parent 052c1fdbb3
commit 32abdb5bf5

View File

@ -1,4 +1,4 @@
{-# LANGUAGE ConstraintKinds, DataKinds, GeneralizedNewtypeDeriving, ScopedTypeVariables, TypeApplications, TypeFamilies, TypeOperators, MultiParamTypeClasses, UndecidableInstances #-}
{-# LANGUAGE DataKinds, GeneralizedNewtypeDeriving, ScopedTypeVariables, TypeApplications, TypeFamilies, TypeOperators, MultiParamTypeClasses, UndecidableInstances #-}
module Analysis.Abstract.Evaluating where
import Prologue