fix(haddock): merge haddock fix from master

This commit is contained in:
Steffen Jost 2021-08-30 09:45:47 +02:00
commit e6c41250e8

View File

@ -247,11 +247,11 @@ data MassInputException = MassInputInvalidShape
instance Exception MassInputException
data MassInput handler liveliness cellData cellResult = forall i. PathPiece i => MassInput
{ miAdd :: BoxCoord liveliness -- ^ Position (dimensions after @dimIx@ are zero)
-> Natural -- ^ Zero-based dimension index @dimIx@
-> liveliness -- ^ Previous liveliness
-> (Text -> Text) -- ^ Nudge deterministic field ids
-> FieldView UniWorX -- ^ Submit button
{ miAdd :: BoxCoord liveliness -- Position (dimensions after @dimIx@ are zero)
-> Natural -- Zero-based dimension index @dimIx@
-> liveliness -- Previous liveliness
-> (Text -> Text) -- Nudge deterministic field ids
-> FieldView UniWorX -- Submit button
-> Maybe (Markup -> MForm handler (FormResult (Map (BoxCoord liveliness) cellData -> FormResult (Map (BoxCoord liveliness) cellData)), Widget)) -- ^ Construct a Cell-Addition Widget
, miCell :: BoxCoord liveliness -- Position
-> cellData -- @cellData@ from @miAdd@