Structure TheoryDat_Reader


Source File Identifier index Theory binding index

signature TheoryDat_Reader =
sig

  datatype token = datatype TheoryDatTokens_dtype.t
  val toString : token -> string


  type buffer
  val current : buffer -> token
  val advance : buffer -> unit
  val eof : buffer -> bool

  val datBuffer : TextIO.instream -> buffer

end


Source File Identifier index Theory binding index

HOL 4, Kananaskis-13