mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 13:02:11 +03:00
6 lines
104 B
Plaintext
6 lines
104 B
Plaintext
module Hasura.GraphQL.Parser.Class where
|
|||
|
|||
import Data.Kind (Type)
|
|||
|
|||
class MonadParse (m :: Type -> Type)
|