bburdette / cellme / Cellme.DictCellme

implementation of cellme for a Dict of cells with String ids.


type CellDict
    = CellDict (Dict String DictCell)

a Dict from String to Cell.


type alias DictCell =
Cellme.Cell String (Cellme.CellState String CellDict)

a Cell specialized for CellDict.

dictCcr : Cellme.CcRecord String CellDict

a CcRecord with functions implemented for CellDict and DictCell.

getCd : Cellme.CellContainer String CellDict -> CellDict

get CellDict from a CellContainer.

mkCc : CellDict -> Cellme.CellContainer String CellDict

make a CellContainer from a CellDict.