-
While trying to simulate SML:
```scala
scala> type Nat = { type T; val z: T; def s(arg: T): T }
defined type alias Nat
scala> val nat : Nat = new { type T = Int; val z = 0; def s(arg:Int) = arg +…
-
Name: amyloid-beta complex
Def: Protein complex involved in modulation of signaling and synaptic function in the brain, predominantly in the cerebral cortex and hippocampus. Forms dimers and multim…
-
First of all I apologize for my lack of participation in the standards development process to date. I had scheduling conflicts for the first couple meetings, then I was out for a couple weeks due to p…
-
Imported from JIRA [DS-893] created by whays
Preliminary ideas for a new implementation of "Bundle" in the DSpace data model
Current database model relationships:
Item Bundle Bitstream
Current j…
-
filename convention: smith-2000-journal-of-synthetic-foo.md
-
Hi,
As mentioned on this page (https://github.com/PacificBiosciences/FALCON/wiki/Tips), associated contigs are likely generated by (1) some residue sequencing errors and (2) segmental duplications fo…
-
We know that the library has plenty of warts. One possibility is to make the main data type a newtype wrapper around String.
-
**[Original report](https://bitbucket.org/whatshap/whatshap/issue/38) by me.**
----------------------------------------
A variant such as `GTAAC` → `ATAAG` is an MNP and should also be phased. FreeB…
-
Is there a tool to check if a URL is Physical Web-compatible, particularly within the Chrome implementation?
I have a beacon with endpoint URL https://mobile.twitter.com/search?q=sbincubator and it i…
-
This issue is partially fixed through the introduction of the "obligation jungle" but we still want to impose a limitation that auto traits cannot have supertraits (for now, no supertraits at all seem…