BitStreamFrameΒΆ
logic.spad line 4088 [edit on github]
An example of a frame taken from Vickers section 3.7 Date Created: Aug 2015
- /\: (%, %) -> %
from MeetSemilattice
- \/: (%, %) -> %
from JoinSemilattice
- coerce: % -> OutputForm
from CoercibleTo OutputForm
- latex: % -> String
from SetCategory
- starts: String -> %
construct bit stream by parsing string containing 0, 1 and *