Issues
- 0
match expression arg is linear
#23 opened by MarisaKirisame - 0
match on multiple adt on the same time
#30 opened by MarisaKirisame - 0
Matching on equal arg
#31 opened by MarisaKirisame - 0
Make bridge and allow match for non-adt
#32 opened by MarisaKirisame - 0
User Defined Matches
#33 opened by MarisaKirisame - 0
get destruct_match
#34 opened by MarisaKirisame - 0
Consider making "with" optional
#35 opened by MarisaKirisame - 0
- 0
- 0
The namespace mechanism is broken.
#29 opened by MarisaKirisame - 0
Allow to declare local ADT
#8 opened by MarisaKirisame - 0
Add basic type
#5 opened by MarisaKirisame - 0
Switch to boost::hana
#4 opened by MarisaKirisame - 0
allow exploit of F algebra
#42 opened by MarisaKirisame - 0
too much boxing, be more aggressive
#41 opened by MarisaKirisame - 0
bug in to variant converter
#40 opened by MarisaKirisame - 0
match should be out of here
#39 opened by MarisaKirisame - 0
consider using a handmake variant
#38 opened by MarisaKirisame - 0
- 0
- 0
Use Document System
#12 opened by MarisaKirisame - 0
Check for redundancy or non exhaustiveness
#11 opened by MarisaKirisame - 0
GADT
#10 opened by MarisaKirisame - 0
Add support for lazy
#2 opened by MarisaKirisame - 0
Add generic
#3 opened by MarisaKirisame - 0
- 0
- 0
- 0
Object should not be construct using constructor of constructor_indicator
#24 opened by MarisaKirisame - 1
S<>(S<>(...))call S's implicit constructor
#21 opened by MarisaKirisame - 0
- 1
Put std::tuple on a more special role
#14 opened by MarisaKirisame - 0
fix problem about match
#19 opened by MarisaKirisame - 0
- 1
Because variant provides special support for recursive_wrapper, clients may treat the resultant variant as though the wrapper were not present. This is seen in the implementation of the following visitor, which calculates the value of an expression without any reference to recursive_wrapper:
#17 opened by MarisaKirisame - 0
Bug triggered.
#13 opened by MarisaKirisame - 0
Use less recursive wrapper
#7 opened by MarisaKirisame - 1
- 0
Add test case
#6 opened by MarisaKirisame - 0
Refactor
#1 opened by MarisaKirisame