mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-11-26 09:06:56 +03:00
Table: add additional cautionary note to the docs about empty cells
This commit is contained in:
parent
55c13f7ff4
commit
67c1b99989
@ -107,7 +107,9 @@ data Table n =
|
||||
-- 'TableException'.
|
||||
--
|
||||
-- All rows must have the same number of cells. If not, this will raise
|
||||
-- a 'TableException'.
|
||||
-- a 'TableException'. In addition, all rows and columns must provide at
|
||||
-- least one non-empty cell respectively, or the final result may not
|
||||
-- look as desired.
|
||||
table :: [[Widget n]] -> Table n
|
||||
table rows =
|
||||
if not allFixed
|
||||
|
Loading…
Reference in New Issue
Block a user