mirror of
https://github.com/github/semantic.git
synced 2024-12-01 09:15:01 +03:00
These no longer need GADTs.
This commit is contained in:
parent
2929fb3cb4
commit
0b93c638ea
@ -1,4 +1,4 @@
|
||||
{-# LANGUAGE DataKinds, GADTs #-}
|
||||
{-# LANGUAGE DataKinds #-}
|
||||
module Language.Go where
|
||||
|
||||
import Prologue
|
||||
|
@ -1,4 +1,4 @@
|
||||
{-# LANGUAGE DataKinds, GADTs #-}
|
||||
{-# LANGUAGE DataKinds #-}
|
||||
module Language.JavaScript where
|
||||
|
||||
import Info
|
||||
|
@ -1,4 +1,4 @@
|
||||
{-# LANGUAGE DataKinds, GADTs #-}
|
||||
{-# LANGUAGE DataKinds #-}
|
||||
module Language.Ruby where
|
||||
|
||||
import Data.List (partition)
|
||||
|
Loading…
Reference in New Issue
Block a user