implementation of cellme for a Dict of cells with String ids.
a Dict from String to Cell.
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.