WashNGo-2.12.0.1: WASH is a family of EDSLs for programming Web applications in Haskell.Source codeContentsIndex
WASH.CGI.MakeTypedName
Synopsis
makeTypedName :: String -> TySpec -> String
makeTypedNameFromVal :: Types a => String -> a -> String
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.
Produced by Haddock version 2.6.0