diff options
Diffstat (limited to 'src/tac2dyn.ml')
| -rw-r--r-- | src/tac2dyn.ml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/tac2dyn.ml b/src/tac2dyn.ml new file mode 100644 index 0000000000..3f4fbca712 --- /dev/null +++ b/src/tac2dyn.ml @@ -0,0 +1,9 @@ +(************************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2016 *) +(* \VV/ **************************************************************) +(* // * This file is distributed under the terms of the *) +(* * GNU Lesser General Public License Version 2.1 *) +(************************************************************************) + +module Val = Dyn.Make(struct end) |
