Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing typo #3

Merged
merged 1 commit into from
Sep 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Build Status](https://travis-ci.org/math-comp/bigenough.svg?branch=master)](https://travis-ci.org/math-comp/bigenough)

# A small library to do epsilon - N reasonning.
# A small library to do epsilon - N reasoning.

The repository contains a package to reasoning with big enough objects (mostly natural numbers).

Expand Down
2 changes: 1 addition & 1 deletion bigenough.v
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ From mathcomp
Require Import ssrfun ssrbool eqtype ssrnat seq choice fintype.

(****************************************************************************)
(* This is a small library to do epsilon - N reasonning. *)
(* This is a small library to do epsilon - N reasoning. *)
(* In order to use it, one only has to know the following tactics: *)
(* *)
(* pose_big_enough i == pose a big enough natural number i *)
Expand Down
2 changes: 1 addition & 1 deletion descr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
A small library to do epsilon - N reasonning.
A small library to do epsilon - N reasoning.

The repository contains a package to reasoning with big enough objects
(mostly natural numbers). This repository is essentially for archiving
Expand Down
2 changes: 1 addition & 1 deletion opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ install: [ make "install" ]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/mathcomp/bigenough'" ]
depends: [ "coq-mathcomp-ssreflect" { (>= "1.6.0" | = "dev") } ]

tags: [ "keyword:bigenough" "keyword:asymptotic reasonning" "keyword:small scale reflection" "keyword:mathematical components" ]
tags: [ "keyword:bigenough" "keyword:asymptotic reasoning" "keyword:small scale reflection" "keyword:mathematical components" ]
authors: [ "Cyril Cohen <[email protected]>" ]