mirror of
https://github.com/achlipala/frap.git
synced 2024-11-12 17:17:50 +00:00
Export List
This commit is contained in:
parent
48c8906d10
commit
126f9a188d
1 changed files with 1 additions and 1 deletions
2
Frap.v
2
Frap.v
|
@ -1,7 +1,7 @@
|
||||||
Require Import String Arith Omega Program Sets Relations Map Var Invariant.
|
Require Import String Arith Omega Program Sets Relations Map Var Invariant.
|
||||||
Export String Arith Sets Relations Map Var Invariant.
|
Export String Arith Sets Relations Map Var Invariant.
|
||||||
Require Import List.
|
Require Import List.
|
||||||
Export ListNotations.
|
Export List ListNotations.
|
||||||
Open Scope string_scope.
|
Open Scope string_scope.
|
||||||
|
|
||||||
Ltac inductN n :=
|
Ltac inductN n :=
|
||||||
|
|
Loading…
Reference in a new issue