issues
search
unisonweb
/
base_v1
Unison base libraries, published using V1 codebase format
24
stars
14
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
List.find : (a -> Boolean) -> [a] -> Optional a
#77
rjdestigter
opened
3 years ago
0
Text.concat : Text -> [Text] -> Text
#76
jdan
opened
3 years ago
0
add convenience functions for new builtin IO functions
#75
stew
opened
3 years ago
1
Add `Stack` datatype
#74
jdan
opened
3 years ago
1
Greatest common divisor for Nat
#73
runarorama
opened
3 years ago
0
Fix balancing bug in `Map.internal.link`
#72
runarorama
closed
3 years ago
1
Replace base.Map with faster implementation, add lots of utilities
#71
runarorama
closed
4 years ago
10
Add `Bag` to `base`
#70
runarorama
closed
4 years ago
1
Documentation for .base.io.delay
#69
fboeller
closed
4 years ago
1
a few Either functions
#68
anovstrup
closed
4 years ago
1
Rename Nonempty foldl/r to reduceLeft/Right and add foldLeft/Right
#67
ceedubs
closed
4 years ago
2
List.foldl: ability on initial accumulator value?
#66
ceedubs
closed
4 years ago
4
List.Nonempty.foldl and foldr aren't the traditional foldl and foldr
#65
ceedubs
closed
4 years ago
10
Adds List.initialize and List.repeat
#64
vanev
closed
4 years ago
5
Added a generator for `Trie`
#63
runarorama
closed
4 years ago
1
Fix quadratic slowdown in `Gen`
#62
runarorama
opened
4 years ago
0
Rename `groupBy` to something more descriptive and replace with something more useful
#61
runarorama
closed
4 years ago
1
Add a couple of bit-twiddling functions and combinatorics for Nat
#60
runarorama
closed
4 years ago
1
Add Heather Miller as author
#59
runarorama
closed
4 years ago
2
Property test with 6+ uses of a generator locks up
#58
atacratic
opened
4 years ago
4
Stream functions
#57
anovstrup
opened
4 years ago
9
use consistent spelling of licenses for ceedubs2020
#56
ceedubs
closed
4 years ago
1
add gen.optional and gen.either tests
#55
ceedubs
closed
4 years ago
1
Additional list functions
#54
dariooddenino
closed
4 years ago
2
add test.gen.optional
#53
ceedubs
closed
4 years ago
3
Add `scanl` and `scanr`
#52
runarorama
closed
4 years ago
1
unable to evaluate a sample expression
#51
ceedubs
closed
4 years ago
4
Universal min, max, and Ordering
#50
runarorama
closed
4 years ago
1
Add `Text.split` utility function to split texts on a single character.
#49
hojberg
closed
4 years ago
9
Add nonempty lists
#48
runarorama
closed
4 years ago
1
Boolean.implies etc, List.contains/isInfixOf etc, List.tail, while, etc
#47
atacratic
closed
4 years ago
1
Add .ascii namespace with various predicates and utilities.
#46
zenhack
closed
4 years ago
7
Exponential behaviour in `Test.both`
#45
runarorama
opened
4 years ago
0
Add Void and absurd
#44
atacratic
closed
4 years ago
3
Clean up the `test` namespace by putting generators in `gen`
#43
runarorama
closed
4 years ago
2
Various simple functions
#42
emiflake
closed
4 years ago
3
Add docs to `Tuple`
#41
emiflake
closed
4 years ago
1
Fixed small typo in CONTRIBUTING.md
#40
orvi
closed
4 years ago
1
Recursive generators crash with a bug
#39
runarorama
closed
4 years ago
1
Add `List.concat`, `List.concatMap` and `List.filterMap`
#38
emiflake
closed
4 years ago
4
Add Substitution ability and the contravariant functor for functions
#37
ghost
closed
4 years ago
3
Adds List.intersperse
#36
dariooddenino
closed
4 years ago
6
a few functions: inRange/max/min, xor, all/any/none, iterate/until
#35
atacratic
closed
4 years ago
20
Add test.gen.Gen.either
#34
ceedubs
closed
4 years ago
13
contributing guidelines don't acknowledge trunk or PR namespace
#33
ceedubs
closed
4 years ago
6
Add `List.head`
#32
runarorama
closed
4 years ago
1
[initial review] Pseudo-random number generator (Mersenne twister), plus Nat32
#31
atacratic
closed
4 years ago
7
M1k release notes
#30
pchiusano
closed
4 years ago
0
Add common combinators on functions.
#29
runarorama
closed
4 years ago
4
Add `Set.unions` and `Set.flatten` and necessary dependencies
#28
runarorama
closed
4 years ago
1
Next