Skip to content
mdmkolbe edited this page Sep 11, 2013 · 4 revisions

Most sorts in a K definition are defined by the user. However, K recognizes certain sorts as special. They are as follows.

Can any of these be extended by the user (e.g. using a "syntax" declaration)?

K

  • K
  • KItem
  • KList
  • KResult
  • KLabel
  • CellLabel

Containers

  • Bag
    • BagItem
  • Set
    • SetItem
  • Map
    • MapItem
  • List
    • ListItem
Clone this wiki locally