WashNGo-2.12.0.1: WASH is a family of EDSLs for programming Web applications in Haskell.

WASH.CGI.MakeTypedName

Synopsis

Documentation

makeTypedName :: String -> TySpec -> StringSource

Create a probabilistically unique filename from a name and a type descriptor.

makeTypedNameFromVal :: Types a => String -> a -> StringSource

Create a probabilistically unique filename from a name and the type of a given value.