Alissa Tung

Results 46 issues of Alissa Tung

This is not a bug, but I thought is missing somewhere. Although ArchLinux had a patch on the default build scripts (enable `-dynamic`), there's still something worth mentioned on correspondence...

help wanted
good first issue
needs: documentation

# Steps to Reproduce ```idris data Issue : Nat -> Type where MkCons : (n : Nat) -> (0 p : n = 42) -> Issue n ``` # Expected...

enhancement
good first issue
code: refactoring
interactive: doc

In [there](https://rescript-lang.org/docs/manual/latest/pattern-matching-destructuring) ```rescript let optionBoolToBool = opt => { switch opt { | Some(trueOrFalse) => trueOrFalse | None => false } } ``` seems redundant. Since there is no need...

enhancement

FACTS: - There are some basic structures we use in every day programming activities or proof constructions, such as some basic algebraic structures (e.g. semigrp, monoid), higher-order functional vehicles (functor,...

Namely, when you try to update a filed using the previous (current) state with a given function `f`, just write `x{it $= f}`.

Things left to do: - ~~specify implementations for type classes.~~ 3895fd7 - ~~auxiliary functions for Bifunctor.~~ f29ba18 - Gen, Error and RWST. - ~~compatible adjustments.~~ ee07171

enhancement

# PR Description ## Type of change - [x] Bug fix ### Summary of the change and which issue is fixed Main changes: as ```shell docker run -d \ --net="host"...

# PR Description ## Type of change - [x] Bug fix - [x] Breaking change - [x] Documentation updates required ### Summary of the change and which issue is fixed...

# PR Description ## Type of change - [x] New feature - [x] Documentation updates required ### Summary of the change and which issue is fixed Main changes: allowed YAML...