src/HOLCF/FOCUS/Buffer.thy
changeset 12338 de0f4a63baa5
parent 11355 778c369559d9
child 14981 e73f8140af78
equal deleted inserted replaced
12337:7c6a970f0808 12338:de0f4a63baa5
    19 *)
    19 *)
    20 
    20 
    21 Buffer = FOCUS + 
    21 Buffer = FOCUS + 
    22 
    22 
    23 types   D
    23 types   D
    24 arities D::term
    24 arities D :: type
    25 
    25 
    26 datatype
    26 datatype
    27 
    27 
    28   M	= Md D | Mreq ("\\<bullet>")
    28   M	= Md D | Mreq ("\\<bullet>")
    29 
    29