-
Hi Chase -
I have performed the within-pool using the vcf report as input. Now I have several output and I am trying to understand (after reading your papers and references reported in the README.md)…
-
After some consideration, I think I'd like error handling to be closer to Rust:
* Everything is a `result` if it can fail
* Or you consciously `panic!`
Panics are actual terminations, and would…
-
First of all, I would like to say thank you for your great project on type systems. I've been interested in the concept for a while without never really touching or implementing them and your project …
-
-
Hi Julian,
This question is inspired by this comment on your recent [youtube video](https://youtu.be/smUm3C5q2IM?t=2388).
> The semantics and type systems of XQuery/JSONiQ are already very well …
-
**Describe the bug**
A function with type ` forall tail. { a : Number ; tail } -> { a : Number ; tail }` can remove the record tail from the returned value.
**To Reproduce**
Evaluate the foll…
-
# PBL VS FRQ
# General Information
- The topics are organized in a way that would make the code be most presentable and make the greatest sense
- The order is not in the same order as presented i…
-
cc @gelisam @david-christiansen
I'm a fan of roadmaps because I think it makes organizing work in a general direction much easier and will force us to triage a bit. I think we should have some hig…
-
Some of the book's content is presented in a non-ideal sequence which frustrates beginners in the following ways:
- We present exercises that cannot be solved idiomatically using only the material co…
-
If I access a non-existing context property in a template, like this:
`{{ nonExistingProperty }}`
then I don't get any errors when calling `FluidTemplate.Render`. Such objects are just ignored a…