1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 22:01:46 +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
import Prologue