1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 05:41:54 +03:00

Export the DiffMode/ParseMode constructors.

This commit is contained in:
Rob Rix 2017-07-19 14:08:32 -04:00
parent be5de7acaf
commit 7aa8ea1150

View File

@ -2,9 +2,9 @@
module SemanticCmdLine
( main
-- Testing
, DiffMode
, DiffMode(..)
, runDiff
, ParseMode
, ParseMode(..)
, runParse
) where