Opazl.Ast
type time
= int * int * int
type user
= string
type msg
type notice
type action
type content
=
|
Msg of user * msg
Notice of notice
Action of action
type line
= time * content