-
Of a file named myvect.dats:
#include "share/atspre_staload.hats"
datatype MyVect(a:t@ype, int) =
| Empty(a, 0)
| {n:nat} Cons(a, n) of (a, MyVect(a, n-1))
exter…
-
@jonathancrabtree, @agbeltran following-up on our call, I am logging an issue but it is a point of discussion regarding the use of DATS.Dimension with DATS.MolecularEntity in the context of MGI datas…
-
**Project description**
-
This foldl with some usage:
#include "share/atspre_staload.hats"
fun foldl{a,b:t@ype}(f: (a, b) -> a, acc: a, list: List(b)): a =
case+ list of
| list_nil() => …
-
Over time building the p table only once should be a significant performance improvement because generating the p table is the most time-consuming step, but once it is built it can be used for any com…
-
From updating spout on server build: 502. Broken in spoutcraft build: 710. Still works as normal in original minecraft.
When pressing 'c' no longer brings up list, and shows this error in console. (B…
-
This proposal is for extension of the CONP-specific DATS metadata to manage a number of issues that have been suggested recently.
**Structure**
The suggested model is to include a number of opti…
-
-
originally posted by @maxogden
### what we do now
We currently use https://github.com/mafintosh/taco-nginx to deploy node processes on Ubuntu servers. This is for deploying node services at subdomai…
-
### Checklist
- [x] I have searched for existing issues for issues like this one. The issue has not been posted.
- [x] I have provided reproducible steps. (No "as the title says" posts please. *…