Till Arnold

Results 4 issues of Till Arnold

It appears that in the editor multiline dialogue is not indented. As an example consider DAN's dialogue in these screenshots from ThiefMD 0.2.3. Editor: ![Screenshot from 2021-06-12 11-39-44](https://user-images.githubusercontent.com/5075332/121772093-a253a380-cb73-11eb-8728-82c524e70bb7.png) Preview: ![Screenshot...

bug

I'm new to docker so I'm not sure whether or not this is a problem, but the builds on https://hub.docker.com/r/andrewd/rust-musl/builds/ have been failing for a month.

I have found two examples that verify with silicon but when using carbon result in `An internal error occurred. Found an unparsable output from Boogie.` The error messages differ in...

```js method test(m: Map[Int,Int]) requires(range(m) == domain(m)) { assume forall i: Int, j: Int :: i in m && j in m ==> (i != j ==> (m[i] != m[j]))...