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

TypeApplications not necessary any more

This commit is contained in:
Timothy Clem 2018-03-05 19:32:23 -08:00
parent 32d89acbbe
commit f2a61cc273

View File

@ -1,4 +1,4 @@
{-# LANGUAGE DeriveAnyClass, MultiParamTypeClasses, ScopedTypeVariables, TypeApplications, UndecidableInstances #-} {-# LANGUAGE DeriveAnyClass, MultiParamTypeClasses, ScopedTypeVariables, UndecidableInstances #-}
module Data.Syntax.Declaration where module Data.Syntax.Declaration where
import Prologue import Prologue