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

🔥 a redundant language extension.

This commit is contained in:
Rob Rix 2018-05-10 22:10:04 -04:00
parent 8db812f865
commit 524aed4c86

View File

@ -1,4 +1,4 @@
{-# LANGUAGE GeneralizedNewtypeDeriving, MultiParamTypeClasses, TypeFamilies #-}
{-# LANGUAGE GeneralizedNewtypeDeriving, TypeFamilies #-}
module Data.Abstract.Environment
( Environment(..)
, addresses