1
0
mirror of https://github.com/msgpack/msgpack-c.git synced 2025-03-22 08:26:35 +01:00
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).