Reid Barton

Results 11 issues of Reid Barton

I have a script that invokes cabal with `--with-ghc=...`, `--with-ghc-pkg=...`, `--with-gcc=...`, etc. for cross-compiling to Android. It works great for most packages, but fails for a package with Build-type: Custom,...

type: bug
cabal-install: other
Cabal: custom
can-workaround

### Prerequisites * [x] Put an X between the brackets on this line if you have done all of the following: * Checked that your issue isn't already [filed](https://github.com/leanprover-community/lean/issues). *...

### Prerequisites * [X] Put an X between the brackets on this line if you have done all of the following: * Checked that your issue isn't already [filed](https://github.com/leanprover-community/lean/issues). *...

### Prerequisites * [x] Put an X between the brackets on this line if you have done all of the following: * Checked that your issue isn't already [filed](https://github.com/leanprover-community/lean/issues). *...

crash

It's fairly common to end up with accidentally end up with .olean files whose corresponding .lean file is gone (because it has been renamed, for example) and it can cause...

enhancement

### Prerequisites * [x] Put an X between the brackets on this line if you have done all of the following: * Checked that your issue isn't already [filed](https://github.com/leanprover-community/lean/issues). *...

If the Lean 3 input has the form ```lean def add_foo := ... @[to_additive] def mul_foo := ... ``` then the mathport output now contains one `#align add_foo addFoo` resulting...

When I run `make port-mathbin` locally, there are 5 panics. It's not clear to me what files are being processed at the time. The failure is not propagated to the...

We currently have a definition of the [surreal numbers](https://en.wikipedia.org/wiki/Surreal_number) in [surreal.lean](https://github.com/leanprover-community/mathlib/blob/master/src/set_theory/surreal.lean), but there is still more to be done here. The next steps would be to show that the arithmetic...

help-wanted
feature-request

In `category_theory.quotient` we currently have a construction of the quotient of a category by an arbitrary relation on the Hom-sets, and half of its universal property (we could also prove...

feature-request