Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- defPassword :: String
- randomEmail :: App String
- randomExternalId :: App String
- randomName :: App String
- randomHandle :: App String
- randomHandleWithRange :: Int -> Int -> App String
- randomBytes :: Int -> App ByteString
- randomString :: Int -> App String
- randomJSON :: App Value
- randomHex :: Int -> App String
- randomClientId :: App String
- mkArray :: [a] -> Array Int a
- recipient :: MakesValue u => u -> App Value
Documentation
defPassword :: String Source #
please don't use special shell characters like !
here. it makes writing shell lines
that use test data a lot less straight-forward.
randomEmail :: App String Source #
randomName :: App String Source #
randomHandle :: App String Source #
randomBytes :: Int -> App ByteString Source #
randomJSON :: App Value Source #