Hoogle Search
Within LTS Haskell 24.50 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
brick Brick.Forms A form: a sequence of input fields that manipulate the fields of an underlying state that you choose. This value must be stored in the Brick application's state. Type variables are as follows:
- s - the data type of your choosing containing the values manipulated by the fields in this form.
- e - your application's event type
- n - your application's resource name type
-
brick Brick.Forms A form field. This represents an interactive input field in the form. Its user input is validated and thus converted into a type of your choosing. Type variables are as follows:
- a - the type of the field in your form state that this field manipulates
- b - the form field's internal state type
- e - your application's event type
- n - your application's resource name type
-
brick Brick.Forms No documentation available.
-
brick Brick.Forms A form field state accompanied by the fields that manipulate that state. The idea is that some record field in your form state has one or more form fields that manipulate that value. This data type maps that state field (using a lens into your state) to the form input fields responsible for managing that state field, along with a current value for that state field and an optional function to control how the form inputs are rendered. Most form fields will just have one input, such as text editors, but others, such as radio button collections, will have many, which is why this type supports more than one input corresponding to a state field. Type variables are as follows:
- s - the data type containing the value manipulated by these form fields.
- e - your application's event type
- n - your application's resource name type
-
brick Brick.Forms No documentation available.
-
brick Brick.Forms How to bring form fields into view when a form is rendered in a viewport with viewport.
-
esqueleto Database.Esqueleto Deprecated: The constructors for LockingKind are deprecated in v3.6.0.0. Instead, please refer to the smart constructor forShare exported from Database.Esqueleto.PostgreSQL.
-
esqueleto Database.Esqueleto Deprecated: The constructors for LockingKind are deprecated in v3.6.0.0. Instead, please refer to the smart constructors forUpdate and forUpdateSkipLocked.
ForUpdateSkipLocked :: LockingKindesqueleto Database.Esqueleto Deprecated: The constructors for LockingKind are deprecated in v3.6.0.0. Instead, please refer to the smart constructors forUpdate and forUpdateSkipLocked.
-
esqueleto Database.Esqueleto No documentation available.