mirror of
https://github.com/monadicsystems/okapi.git
synced 2024-11-26 21:39:51 +03:00
Ready to implement quasiquotation interface
This commit is contained in:
parent
acbda52b9e
commit
85c6cad4bb
@ -29,6 +29,7 @@ library
|
||||
exposed-modules:
|
||||
Okapi
|
||||
Okapi.Event
|
||||
Okapi.FastParser
|
||||
Okapi.Parser
|
||||
Okapi.QuasiQuotes
|
||||
Okapi.Response
|
||||
|
@ -139,8 +139,11 @@ genRoute = undefined
|
||||
|
||||
-- Can use any part of the routing syntax to create a parser, but no URL is created just a parser.
|
||||
genParser :: Q Exp
|
||||
genParser = undefined
|
||||
|
||||
-- Generate entire top level parser. Basically multiple routes
|
||||
genApp :: Q [Dec]
|
||||
genApp = undefined
|
||||
|
||||
genOptimalApp :: Q [Dec]
|
||||
genOptimalApp = undefined
|
||||
|
Loading…
Reference in New Issue
Block a user