Shing Tak Lam

Results 12 issues of Shing Tak Lam

So it does what the title says: use one of `std::ops`, so that it can be used to create "literals" of that unit. implementation should be simple, something like (I'm...

This is highlighted correctly by RLS-VSCode ```rust pub trait UnitTr where f64: Rem, Self: Sized, { } ``` whereas this does not highlight the `where` even though it is a...

bug

目前TRPL英文版基本上已经稳定下来,中文翻译应该也会很快稳定下来。 目前我认为最有用的文档并且没有中文翻译的包括 - [Nomicon](https://github.com/rust-lang-nursery/nomicon) 解释Unsafe Rust - [Cookbook](https://github.com/rust-lang-nursery/rust-cookbook) 一些基本的Rust程序 - ~~[Rust By Example](https://github.com/rust-lang/rust-by-example) 通过范例来解释Rust语言~~ - [Reference](https://github.com/rust-lang-nursery/reference) Rust的参考资料

### Prerequisites * [ ] 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

### 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). *...

Add the definition of a [reproducing kernel Hilbert space](https://en.wikipedia.org/wiki/Reproducing_kernel_Hilbert_space) and some basic definitions, such as evaluation as a continuous linear map and the kernel of an RKHS. --- [![Open in...

awaiting-author
t-analysis
too-late

If `-1 < x` and `0 ≤ r ≤ 1`, then `(1 + x)^r ≤ 1 + r * x`, and if `-1 < x` and `1 ≤ r`, then...

awaiting-author
please-adopt
too-late

```lean import tactic -- Before example (X : Type) (p : X → Prop) : (∃ x, p x) ↔ ¬ (∀ x, ¬ p x) := begin library_search end...

```lean import tactic example (X : Type) (p : X → Prop) : (∃ x, p x) ↔ ¬ (∀ x, ¬ p x) := begin library_search -- avoid smileys...

Right now, when using `Ctrl-P` `#` to find a theorem/lemma, the only options are to press `Enter` and open the file the lemma is in, or press `Ctrl-Enter` and open...