hjsonschema-0.5.2.2: JSON Schema Draft 4 library

Safe HaskellNone
LanguageHaskell2010

Data.JsonSchema.Helpers

Contents

Synopsis

Embedded Schema Layouts

Validator Helpers

Utils

hmToVector :: HashMap k a -> Vector (k, a) Source

vectorToHm :: (Eq k, Hashable k) => Vector (k, a) -> HashMap k a Source

count :: Eq a => a -> Vector a -> Int Source

greaterThanZero :: (Num a, Ord a) => a -> Maybe () Source

tshow :: Show a => a -> Text Source