-
https://en.wikipedia.org/wiki/Graph_rewriting
-
Issue personal dev log
Point, Segment, Triangle
intersectionTest
-
Stream has [some results](https://agda.github.io/agda-stdlib/Codata.Stream.Properties.html) but nothing involving e.g. `unfold`
Colist has [two basic results about map](https://agda.github.io/agda-…
-
The `option` and `list` datatypes have a lot in common of each other. Both support the following operations:
``` sml
(* functor *)
val map : ('a -> 'b) -> ('a t -> 'b t)
(* monoidal functor *)
val u…
-
I've thought about this sort of thing a few times before, but I always get stuck at this question:
What is the type of `read`?
Or an alternate phrasing: what is the type of source code?
Or anothe…
-
5W1H
-
Over in Spire, @denisrosset is submitting a [PR to add partial algebras](https://github.com/non/spire/pull/341).
(Essentially, these operations would provide `partialCombine(A, A): Option[A]` instead…
-
Looking to develop a combination of `gRPC` services with `mu-RPC` and REST endpoints which share a common domain model.
Would like to reduce boiler plate of maintaining multiple versions of the mod…
-
hey 👋 @yloiseau
I have to test if a value is null, if not I **do/run** something, otherwise **do/run** something else, but what is the best way to do this?
- [ ] `if then else`
``` golo
if response…
-
I propose that we end every section with a record value where each field points to one definition in that section. Then another section importing this one can fill in the parameters for the record onc…