mirror of
https://github.com/github/semantic.git
synced 2024-12-28 17:32:05 +03:00
Add a Parser module/type.
This commit is contained in:
parent
4a0b320640
commit
f8d43dcfad
@ -18,6 +18,7 @@ library
|
||||
, Operation
|
||||
, Algorithm
|
||||
, Interpreter
|
||||
, Parser
|
||||
, Patch
|
||||
, SES
|
||||
, Categorizable
|
||||
|
6
src/Parser.hs
Normal file
6
src/Parser.hs
Normal file
@ -0,0 +1,6 @@
|
||||
module Parser where
|
||||
|
||||
import Diff
|
||||
import Term
|
||||
|
||||
type Parser = String -> IO (Term String Info)
|
Loading…
Reference in New Issue
Block a user