Closed andrew-appel closed 5 years ago
This changes makes it easier to import FCF into another project without polluting namespaces. Now, every file in FCF imports other files in FCF by, e.g., Require Import FCF.Comp. instead of Require Import Comp.
Require Import FCF.Comp.
Require Import Comp.
This changes makes it easier to import FCF into another project without polluting namespaces. Now, every file in FCF imports other files in FCF by, e.g.,
Require Import FCF.Comp.
instead ofRequire Import Comp.