-
Reported on [https://groups.google.com/forum/#!topic/sage-release/zh04lo8d44U](https://groups.google.com/forum/#!topic/sage-release/zh04lo8d44U) and also on some patchbots
- [quasar](https://patchbo…
-
Ignoring 372 variants (see #30) of Eff floating around, both Eff and Multicore OCaml both offer algebraic effects and handlers with slightly different syntax. I guess there is no syntax so brilliant t…
-
**Modified by beutlich on 27 Jun 2016 15:38 UTC**
In #1705 Christoph stated the solution of how to circumvent fixed-false/initial parameters for external object construction (by passing them to the ap…
-
Hi all,
I am seeking a clarification on using PKMODEL vs ODE in mrgsolve.
Is using PKMODEL in mrgsolve code the same as using the pre-defined ADVAN TRANS routines in NONMEM? For example, in a t…
-
# Minimum program to reproduce
`etlas build` this program as a uberjar.
```hs
module Main where
import Data.Time.LocalTime
main :: IO ()
main = print =
igrep updated
5 years ago
-
(TyDe 2017)
Algebraic effect handlers generalize many control-flow abstractions that are implemented specially in most languages, like exception handling, iterators, or backtracking. In this articl…
-
Algebraic effect handlers, are recently gaining in popularity as a purely functional approach to modeling effects. In this article, we give an end-to-end overview of practical algebraic effects in the…
-
Sources:
- http://www.eff-lang.org/handlers-tutorial.pdf
- http://kcsrk.info/ocaml/multicore/2015/05/20/effects-multicore/
- http://kcsrk.info/ocaml/multicore/effects/2015/05/27/more-effects/
E…
wende updated
7 years ago
-
```
Hi, Kevin and Randy,
as discussed during your visit in Berlin I just open a new issue for all questions
and comments related to the further development of the optional pressure solver ScaRC.
A f…
-
I have a numpy array with dimensions (4, 364, 3969), and try to convert it into a quat_array, e.g.,
`quat.as_quat_array(np.random.rand(4, 364, 3969) )`
and get the error
```
--------…