mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-20 05:27:56 +01:00
9 lines
181 B
Coq
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).
|