Brevity is a library that enables Feature-Oriented Programming (FOP) and solves the expression problem in a manner that makes data and operation declarations trivial to define and compose.
GNU Affero General Public License v3.0
1
stars
0
forks
source link
Research unifying TypeRecursion and dataDec function w/ class constructor #65
List is also a TypeRecursion object and not the class constructor.
Given #64, it's worth looking into a way to return the class itself.
Additionally, the conversion to typescript (#28) should be easier if TypeRecursion can be replaced with the class itself (which implies the need for memoFix in the implementation)
Currently
data
returns a function when parameterized:List
is also aTypeRecursion
object and not the class constructor.Given #64, it's worth looking into a way to return the class itself.
Additionally, the conversion to typescript (#28) should be easier if TypeRecursion can be replaced with the class itself (which implies the need for memoFix in the implementation)