1
1
mirror of https://github.com/github/semantic.git synced 2025-01-02 12:23:08 +03:00

Tidy up the Control.Abstract.Value language extensions.

This commit is contained in:
Rob Rix 2018-04-24 12:15:29 -04:00
parent 447bb428a4
commit 9c8aff921f

View File

@ -1,4 +1,4 @@
{-# LANGUAGE FunctionalDependencies, GADTs, Rank2Types, TypeFamilies, TypeOperators, UndecidableInstances #-}
{-# LANGUAGE FunctionalDependencies, GADTs, KindSignatures, Rank2Types #-}
module Control.Abstract.Value
( MonadValue(..)
, Comparator(..)