msgpack/ocaml/proof/OCamlBase.v
2011-04-03 17:11:53 +09:00

9 lines
181 B
Coq

Require Export String.
Require Export List.
Require Export ExtractUtil.
Require Export Util.
Open Scope string_scope.
Notation "op ; x" := (semicolon_flipped x op) (at level 50).