digestive-functors-0.8.4.0: A practical formlet library

Safe HaskellSafe
LanguageHaskell98

Text.Digestive.Ref

Description

This module contains utilities for creating text fragments to identify forms.

Synopsis

Documentation

makeRef :: Text -> Text Source #

Convert an arbitrary text value (possibly containing spaces, dots etc. to a text value that can safely be used as an identifier in forms.

makeRefs :: [Text] Source #

Create an infinite list of refs.