Skip to content

Instantly share code, notes, and snippets.

@lally
Created June 24, 2020 21:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lally/43550a983ba305795c5088fae2c784ef to your computer and use it in GitHub Desktop.
Save lally/43550a983ba305795c5088fae2c784ef to your computer and use it in GitHub Desktop.
class ResultMeta resultType where
getContinue :: resultType -> Maybe KM.Continue
getLength :: resultType -> Int
class ApiRequest api where
type ApiResult api :: *
type CoreRequest api :: *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment