Form.Value

type Value dataType
date : Date -> Value Date
float : Float -> Value Float
int : Int -> Value Int
string : String -> Value String
bool : Bool -> Value Bool
toString : Value dataType -> String

Comparison

compare : String -> Value value -> Order

You probably don't need this helper as it's mostly useful for internal implementation.