mirror of
https://github.com/monadicsystems/okapi.git
synced 2024-11-22 00:51:34 +03:00
Final commit before redesign to make Okapi DSL easier to turn into OpenAPI specs
This commit is contained in:
parent
9fd188ac37
commit
1ef2fb431f
@ -39,6 +39,8 @@ main :: IO ()
|
||||
main = do
|
||||
config <- getConfig
|
||||
let builder = buildWithContext config
|
||||
api = realworldAPI builder
|
||||
-- TODO: Linearity constraint doesn't get passed to builder?? Linear types BUG
|
||||
pure ()
|
||||
|
||||
realworldAPI builder =
|
||||
|
Loading…
Reference in New Issue
Block a user