1
1
mirror of https://github.com/github/semantic.git synced 2024-12-19 04:41:47 +03:00

🔥 MonoLocalBinds.

This commit is contained in:
Rob Rix 2017-08-10 10:40:24 -04:00
parent ed94c16422
commit 65157ac87c
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
{-# LANGUAGE DataKinds, GeneralizedNewtypeDeriving, MonoLocalBinds, TypeOperators #-}
{-# LANGUAGE DataKinds, GeneralizedNewtypeDeriving, TypeOperators #-}
module Data.Syntax.Algebra
( FAlgebra
, RAlgebra

View File

@ -1,4 +1,4 @@
{-# LANGUAGE DataKinds, DeriveAnyClass, MonoLocalBinds, RankNTypes, TypeOperators #-}
{-# LANGUAGE DataKinds, DeriveAnyClass, RankNTypes, TypeOperators #-}
module Language.Python.Syntax
( assignment
, Syntax

View File

@ -1,4 +1,4 @@
{-# LANGUAGE DataKinds, MonoLocalBinds, RankNTypes, TypeOperators #-}
{-# LANGUAGE DataKinds, RankNTypes, TypeOperators #-}
module Language.Ruby.Syntax
( assignment
, Syntax

View File

@ -1,4 +1,4 @@
{-# LANGUAGE DeriveAnyClass, MonoLocalBinds, MultiParamTypeClasses, RankNTypes, TypeOperators #-}
{-# LANGUAGE DeriveAnyClass, MultiParamTypeClasses, RankNTypes, TypeOperators #-}
module Renderer.TOC
( renderToCDiff
, renderToCTerm