issues
search
rvarago
/
kitten
A small C++17 library inspired by Category Theory.
MIT License
15
stars
1
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
error: no type named 'type' in 'std::enable_if<false>' and other errors with Clang on macOS
#34
barracuda156
opened
1 year ago
1
Fixes to catch2 includes and building on macOS
#33
barracuda156
opened
1 year ago
0
azure: Set up CI for Windows to build and run unit tests
#32
rvarago
opened
4 years ago
0
conan: Move packaging infrastructure to conan-center and cleanups
#31
rvarago
closed
4 years ago
0
Simplify tests and upgrade catch2 and docker base image
#30
rvarago
closed
4 years ago
0
feature: Applicative: Add new combinator: liftA2
#29
rvarago
closed
4 years ago
0
Bind replace operator
#28
rvarago
closed
4 years ago
0
docs: Make optional build requirements explicit
#27
rvarago
closed
4 years ago
0
Provide better explanation for the in-code documentation of the combinators API
#26
rvarago
closed
4 years ago
0
docs: Mention the option of consuming kitten from conan-center
#25
rvarago
closed
4 years ago
0
Add new combinator for functor instances: liftF
#24
rvarago
closed
4 years ago
0
Specify .clang-format and check formatting as part of the CI
#23
rvarago
closed
4 years ago
0
refactor: Rename deriving applicative wrap to pure
#22
rvarago
closed
4 years ago
0
Use Catch2 instead of GoogleTest
#21
rvarago
closed
4 years ago
0
change: Use operator>>= instead of operator>> for infix bind
#20
rvarago
closed
5 years ago
0
feature: Add applicative pure(A): X[A]
#19
rvarago
closed
5 years ago
0
change: Drop support for either
#18
rvarago
closed
5 years ago
0
Implement Applicative and Functor in terms of a Monad instance
#17
rvarago
closed
5 years ago
0
refactor: Move invokable wrapped by function_wrapper
#16
rvarago
closed
5 years ago
0
feature: Add new adapter for function composition using fmap
#15
rvarago
closed
5 years ago
0
conan: Depend on gtest via build_requires
#14
rvarago
closed
5 years ago
0
Easier way to select the build type (Release/Debug) and rename the flag to build with tests
#13
rvarago
closed
5 years ago
0
Clean ups for the build system and tests
#12
rvarago
closed
5 years ago
0
breaking change: Rename the map combinator to fmap
#11
rvarago
closed
5 years ago
0
refactor: optional: Use operators instead of named functions
#10
rvarago
closed
5 years ago
0
Cleanup: Move traits for sequence containers to sequence_container.h
#9
rvarago
closed
5 years ago
0
Improve usability by simulating concepts via static asserts
#8
rvarago
closed
5 years ago
0
Add new structure: Applicative that allows for mapping over an n-ary function
#7
rvarago
closed
5 years ago
0
change: Rename combinators fmap and nfmap
#6
rvarago
closed
5 years ago
0
tests: Check returned types for either/optional using static_assert
#5
rvarago
closed
5 years ago
0
Introduce multi-functors and add an instance for std::variant<T…>
#4
rvarago
closed
5 years ago
0
Add support for either<A, E> as a left-biased alias for std::variant<A, E>
#3
rvarago
closed
5 years ago
0
Use constexpr for combinators and Add test package for Conan
#2
rvarago
closed
5 years ago
0
Add first adapters: std::optional, std::deque, std::list, and std::vector
#1
rvarago
closed
5 years ago
0