Final commit before redesign to make Okapi DSL easier to turn into OpenAPI specs

This commit is contained in:
Rashad Gover 2023-04-24 07:53:37 +00:00
parent 9fd188ac37
commit 1ef2fb431f

View File

@ -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 =