From 7d49702c4f841bf9e0ea490bc1f91c5df325041f Mon Sep 17 00:00:00 2001 From: Robbert Krebbers <mail@robbertkrebbers.nl> Date: Wed, 6 Feb 2019 17:34:58 +0100 Subject: [PATCH] Clean up imports in `infinite` file. --- theories/infinite.v | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/theories/infinite.v b/theories/infinite.v index b136f43b..fe575923 100644 --- a/theories/infinite.v +++ b/theories/infinite.v @@ -1,6 +1,7 @@ (* Copyright (c) 2012-2019, Coq-std++ developers. *) (* This file is distributed under the terms of the BSD license. *) -From stdpp Require Import pretty fin_collections relations prelude gmap. +From stdpp Require Export fin_collections. +From stdpp Require Import pretty relations. (** The class [Infinite] axiomatizes types with infinitely many elements by giving an injection from the natural numbers into the type. It is mostly -- GitLab