-
List (not array)
- Nil/Cons
- Map
- Iota(head,last)
- Naturals
- Take/Drop/Split
- Null
- Case
- Foldl/Foldr
- Reverse
- Length
neq (/=)
comparison (=)
String / Char
abs / negate
succ / pred
div / mo…
phi16 updated
8 years ago
-
Originally reported by @LigH-de on https://github.com/msys2/msys2/issues/124.
Last week I set up a completely new instance of [MABS](https://github.com/jb-alvarado/media-autobuild_suite), which dow…
-
as of version 3.25.84, calling frege.tools.Doc with a directory rather than a module name yields
```
Exception in thread "main" java.lang.ClassCastException: frege.runtime.BlackHole cannot be cast…
Dierk updated
2 years ago
-
problem.当一个thunk创建时,它会自动放置到thunkHook中
这会导致thunk的重复计算问题。
thunkHook的意义是什么?
引入它的目的是保证在TencentMap被引入后按序执行用户写下的种种操作。
然而问题在于,一些thunk的创建,如`new TMap.Map(domid,mapoptions)`,`mapoptions`这一对象中会存在`mapop…
-
- [x] Create github repo
- [x] Create React Project
- [x] Install all dependencies
- [x] Redux & Redux Thunk
- [x] React Router v5
- [x] Tailwind
- [x] Axios
- [x] Toastify
-
```
We should probably revisit how the RTL handles multi-module apps.
Currently, the main module (.EXE) statically links in the RTL and all the other
modules (.DLLs, basically) statically link with …
-
```
We should probably revisit how the RTL handles multi-module apps.
Currently, the main module (.EXE) statically links in the RTL and all the other
modules (.DLLs, basically) statically link with …
-
I add some auto sharding codes in `xla/hlo/experimental/auto_sharding` folder, but build has an error.
The code can be found in [this PR](https://github.com/openxla/xla/pull/13643).
build using comm…
-
its normal in linux,but met errors in windows:
```
WARNING (theano.tensor.blas): Using NumPy C-API based implementation for BLAS functions.
Loading model parameters...
Building model...
ERROR (th…
-
1.the **prop** isOpen is init with False,
2.with Redux,react-native-thunk, wrap ModelBox to a common component which can be used by Other View,
3.use the method open() to make the modelBox component…