-
Following on from #317 and #324
---
### Summary / Overview
---
- [x] [2-3H/6H] export genotype text : download button : export VCF
ef082ff7 Add VCF Download
[/2H] investigated an issue w…
-
Make Explicit Sigil and Ref to Same, Equivalent
(where refs to a type are not legal values)
* Wherever the language currently requires a value of type Array or a value of type Hash will allow a re…
-
This is a proposal to enable a syntax for exact types. A similar feature can be seen in Flow (https://flowtype.org/docs/objects.html#exact-object-types), but I would like to propose it as a feature us…
-
I was playing around with the new type system and came across this issue:
```
>>> struct F { a: Current, b: Current }
>>> head([F { a: 1A, b: 2A }]).b
error: while type checking
┌─ :1:28
│
…
-
I have [a long comment](https://users.rust-lang.org/t/rust-as-a-high-level-language/4644/72) at the Rust forum (some of the inspiration came from @keean linking me to Sean Parent's [video](https://you…
-
I have these two objects in my model:
**Message**:
```
class Message: Object {
//Precise UNIX time the message was sent
dynamic var sentTime: NSTimeInterval = NSDate().timeIntervalSince1970
…
-
Most of the information in UniProt is already in GeneDB but
Uniprot may have information about catalytic activities and residues which we could potentially load into Chado
Original comment by: ValWo…
-
# The Problem
"Generic sandwiches" (https://github.com/nim-lang/Nim/issues/11225), error-prone behavior.
For a simple example let's look at this program consisting of two separate modules:
…
-
This issue is hard, because, unlike in the paper, we also have polymorphism over the underlying scalar, over rank and over gradient/derivative, so the nesting can't be expressed by the same type param…
-
```koka
alias set = list
// Implicitly forall constrained by exists (==) (s, s) -> bool for the s at the callsite. If the callsite is also generic then it must also use an implicit parameter
// U…