-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathutils.v
18 lines (17 loc) · 1.04 KB
/
utils.v
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
(**************************************************************)
(* Copyright Dominique Larchey-Wendling [*] *)
(* *)
(* [*] Affiliation LORIA -- CNRS *)
(**************************************************************)
(* This file is distributed under the terms of the *)
(* CeCILL v2 FREE SOFTWARE LICENSE AGREEMENT *)
(**************************************************************)
Require Export notations.
Require Export tac_utils.
Require Export acc_utils.
Require Export list_utils. (* depends on notations + tac_utils *)
Require Export pos. (* depends on notations + tac_utils + list_utils *)
Require Export nat_utils. (* depends on notations + tac_utils + list_utils *)
Require Export vec. (* depends on notations + tac_utils + list_utils + pos + nat_utils *)
Require Export finite. (* depends on list_utils *)
Require Export tree. (* depends on notations + acc_utils + list_utils + finite *)