aeson-schemas-1.3.0: test/Tests/Object/Show/TH.hs
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE QuasiQuotes #-}
module Tests.Object.Show.TH where
import Data.Aeson.Schema (schema)
type UserSchema = [schema| { name: Text } |]
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE QuasiQuotes #-}
module Tests.Object.Show.TH where
import Data.Aeson.Schema (schema)
type UserSchema = [schema| { name: Text } |]