-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnm_props.v
18 lines (16 loc) · 838 Bytes
/
nm_props.v
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
(**************************************************************)
(* Copyright Dominique Larchey-Wendling [*] *)
(* Jean-François Monin [+] *)
(* *)
(* [*] Affiliation LORIA -- CNRS *)
(* [+] Affiliation VERIMAG - Univ. Grenoble-Alpes *)
(**************************************************************)
(* This file is distributed under the terms of the *)
(* CeCILL v2 FREE SOFTWARE LICENSE AGREEMENT *)
(**************************************************************)
(** Swap Import and Export to exchange between
_ir: indutive-recursive schemes
_gr: computational graph induction
*)
Require Import nm_props_ir.
Require Export nm_props_gr.