mirror of
https://github.com/github/semantic.git
synced 2024-12-23 14:54:16 +03:00
Export the Command terms.
This commit is contained in:
parent
37e21217e2
commit
516f888ac8
@ -1,10 +1,17 @@
|
||||
{-# LANGUAGE DataKinds, GADTs #-}
|
||||
module Command
|
||||
( module C
|
||||
( Command
|
||||
-- Constructors
|
||||
, readFile
|
||||
, readFilesAtSHAs
|
||||
, parse
|
||||
, diff
|
||||
, renderDiff
|
||||
-- Evaluation
|
||||
, runCommand
|
||||
) where
|
||||
|
||||
import Command.Diff as C
|
||||
import Command.Parse as C
|
||||
import Command.Parse
|
||||
import Control.Monad.Free.Freer
|
||||
import Data.Functor.Both
|
||||
import Data.List ((\\))
|
||||
@ -23,7 +30,7 @@ import Git.Repository
|
||||
import Git.Types
|
||||
import GitmonClient
|
||||
import Language
|
||||
import Prologue
|
||||
import Prologue hiding (readFile)
|
||||
import Renderer
|
||||
import Source
|
||||
import Syntax
|
||||
|
Loading…
Reference in New Issue
Block a user