1
1
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:
Rob Rix 2017-01-25 03:18:30 -05:00
parent 2929fb3cb4
commit 0b93c638ea
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
{-# LANGUAGE DataKinds, GADTs #-}
{-# LANGUAGE DataKinds #-}
module Language.Go where
import Prologue

View File

@ -1,4 +1,4 @@
{-# LANGUAGE DataKinds, GADTs #-}
{-# LANGUAGE DataKinds #-}
module Language.JavaScript where
import Info

View File

@ -1,4 +1,4 @@
{-# LANGUAGE DataKinds, GADTs #-}
{-# LANGUAGE DataKinds #-}
module Language.Ruby where
import Data.List (partition)