1
1
mirror of https://github.com/github/semantic.git synced 2025-01-02 04:10:29 +03:00

Reduce language pragmas needed

This commit is contained in:
Timothy Clem 2017-07-18 11:23:37 -07:00
parent 49100a7479
commit b0e98bd6b5

View File

@ -1,4 +1,4 @@
{-# LANGUAGE DataKinds, GADTs, RankNTypes, ScopedTypeVariables, TypeOperators #-}
{-# LANGUAGE DataKinds, TypeOperators #-}
module Decorators
( ConstructorLabel(..)
, constructorLabelWithSource