We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 916fcf4 commit 095ed6bCopy full SHA for 095ed6b
3 files changed
theories/Storage.v
@@ -1,5 +1,5 @@
1
(* LibTx, proofs about distributed systems design
2
- Copyright (C) 2019-2021, 2023 k32
+ Copyright (C) 2019-2026 k32
3
4
This program is free software: you can redistribute it and/or modify
5
it under the terms of the GNU General Public License as published by
theories/Storage/Applications/MQTT.v
theories/Storage/Instances/AVL.v
@@ -100,5 +100,3 @@ Module Type Make (E : OrderedType).
100
|}.
101
End defn.
102
End Make.
103
-
104
-Print Module Make.
0 commit comments