-
Please support Haxe default example on haxe.org
haxe:4.3.1
reflaxe:nightly
```haxe
class Game {
// Haxe applications have a static entry point called main
static function main() {
…
-
Given that we've chosen addition as the monoid for money, we can define an instance for Group too.
But where should we get group from? The [groups](http://hackage.haskell.org/package/groups) package …
gwils updated
7 years ago
-
![2](https://github.com/YoungHaKim7/Cpp_Training/assets/67513038/95a8230e-2497-4e9c-bc60-d85536c41937)
-
For a project I’m working on, I needed something like a commutative semiring of decidable types. I defined the following existential wrapper to get the homogeneity required by the algebraic structures…
conal updated
3 years ago
-
Spire currently has good support for:
- concrete data types (Rational, SafeLong, etc...)
- abstract typeclasses that mimic abstract algebraic structures (rings, fields, etc...)
We want to reduc…
-
```rust
//cost 13ms when data.length is 4000w
fn sum_scalar(data: &[f32]) -> f32 {
let mut sum = 0.0;
let pos = vec![2000.0, 2000.0, 2000.0];
let dir = vec![0.8, 0.6, 0.0];
for i…
-
for example instead of writing :
`a['fantasy-land/equals'](a) === true`
why not just:
` a.equals( a ) === true` , or just simply ` a equals a ` .
or this:
`a['fantasy-land/concat'](b)[…
-
There are a few implementations of semilattices/lattices:
https://github.com/agda/agda-stdlib/blob/master/src/Algebra/Structures.agda#L410
https://github.com/agda/agda-stdlib/blob/master/src/Relat…
-
Acaso los espacios vectoriales del teorema de Artin-Werdderburn no son todos finito-dimensionales?
-
This is another instance of the issues arising when adding 'derived forms' to a(n algebraic) structure/bundle, namely where should they be added:
* to the `RawX` bundle? this is currently the case fo…