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

typo in reference manual 1.2.12 #2962

Closed
coqbot opened this issue Jan 17, 2013 · 2 comments
Closed

typo in reference manual 1.2.12 #2962

coqbot opened this issue Jan 17, 2013 · 2 comments
Labels
kind: documentation Additions or improvement to documentation.

Comments

@coqbot
Copy link
Contributor

coqbot commented Jan 17, 2013

Note: the issue was created automatically with bugzilla2github tool

Original bug ID: BZ#2962
From: office@aha66.at
Reported version: 8.4
CC: @letouzey

@coqbot
Copy link
Contributor Author

coqbot commented Jan 17, 2013

Comment author: office@aha66.at

http://coq.inria.fr/distrib/V8.4/refman/Reference-Manual003.html

AFTER

1.2.12 Local definitions (let-in)

let ident := term1 in term2 denotes the local binding of term1 to the variable ident in term2. There is a syntactic sugar for local definition of functions: let ident binder1 … bindern := term1 in term2 stands for
...

CURRENTLY STANDS
...
let ident := fun binder1 … bindern => term2 in term2.

BUT SHOULD PROBABLY BE:
...
let ident := fun binder1 … bindern => term1 in term2.

@coqbot
Copy link
Contributor Author

coqbot commented Mar 25, 2013

Comment author: @letouzey

Thanks for spotting this. Fixed now in the svn archive...

Pierre Letouzey

@coqbot coqbot closed this as completed Mar 25, 2013
@coqbot coqbot added the kind: documentation Additions or improvement to documentation. label Oct 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: documentation Additions or improvement to documentation.
Projects
None yet
Development

No branches or pull requests

1 participant