feat[type]: explicit pattern export
This commit is contained in:
parent
b081a2fa09
commit
3fd043b9c5
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
{-# LANGUAGE DataKinds #-}
|
{-# LANGUAGE DataKinds #-}
|
||||||
{-# LANGUAGE OverloadedRecordDot #-}
|
{-# LANGUAGE OverloadedRecordDot #-}
|
||||||
{-# OPTIONS_GHC -Wno-name-shadowing #-}
|
{-# OPTIONS_GHC -Wno-name-shadowing #-}
|
||||||
module Language.Json.Type (infer, Type(..), isObject, conforms, Mismatch(..), sample) where
|
module Language.Json.Type (infer, Type(Null, All, Number, String, Boolean, Array, Union, Object), isObject, conforms, Mismatch(..), sample) where
|
||||||
import Data.Map.Strict (Map)
|
import Data.Map.Strict (Map)
|
||||||
import Data.Text (Text)
|
import Data.Text (Text)
|
||||||
import Data.Set (Set)
|
import Data.Set (Set)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue