mirror of
https://github.com/github/semantic.git
synced 2025-01-02 20:41:38 +03:00
Merge branch 'master' into blob-depends-on-file
This commit is contained in:
commit
67ffebb9a1
@ -1,5 +1,5 @@
|
||||
{-# LANGUAGE GADTs, GeneralizedNewtypeDeriving, TypeOperators, UndecidableInstances #-}
|
||||
{-# OPTIONS_GHC -Wno-missing-signatures #-}
|
||||
{-# OPTIONS_GHC -Wno-missing-signatures -O0 #-}
|
||||
module Semantic.REPL
|
||||
( rubyREPL
|
||||
) where
|
||||
|
@ -1,5 +1,5 @@
|
||||
{-# LANGUAGE CPP, ConstraintKinds, Rank2Types, ScopedTypeVariables, TypeFamilies, TypeOperators #-}
|
||||
{-# OPTIONS_GHC -Wno-missing-signatures #-}
|
||||
{-# OPTIONS_GHC -Wno-missing-signatures -O0 #-}
|
||||
module Semantic.Util
|
||||
( evalGoProject
|
||||
, evalPHPProject
|
||||
|
Loading…
Reference in New Issue
Block a user