www | https://tyde.systems/ |
Pronoun’s | he/his |
Locations | 🇳🇱 🏴 🇬🇧 🇪🇺 |
www | https://tyde.systems/ |
Pronoun’s | he/his |
Locations | 🇳🇱 🏴 🇬🇧 🇪🇺 |
maybe not, it has turned into a heisnbug when writing a bug report...
but it may be symptomatic of the root cause...
Ah ha!
Apparently the answer is to set
dotnet root env variable:
```
DOTNET_ROOT = ~/.nix-profile/share/dotnet
```
From:
I am always struck by the strange quirks of #Dafny imperative and functional syntax:
Take the syntax for function/method prototypes:
```
method Foo(a : int, b : int) returns (res : int)
function foo(a : int, b : int) : int
function fooAlt(a : int, b : int) : (res : int)
```
and now anonymous functions:
```
method Foo<A>(f : (A) -> B, a : A) returns (res : B)
```
I wish Dafny would have some sugar that harmonises the use of `->` above in favour of `:`. Colon implies 'has type' not returns a type...
```
Foo(a : int, b : int) -> (res : int)
```
On my course, students like to say they know python.
I wonder how they feel about this:
https://gist.github.com/jfdm/fbb1f88065ab97b3c8e57ef322b1720e
*Four*
Urgh, our Office365 web interface has a shiny button for Copilot...
Can we just not...or at least have an option to hide it...
Oh... the image still from the video stops at an important slide!
Showing the Motivating Example Revisited...