ยค holeF, nullLF

Types

holeF :: F hi ho
nullLF :: F hi ho

Description

holeF is a dummy fudget. It can be used as an argument to listLF to create holes in a row of fudgets.

Example

 listLF (tableP 2) [holeF,topBorderF,leftBorderF,mainF]

Equalities

  holeF = nullLF

See Also

nullF.