1
0
forked from Alepha/Alepha

Add some tuple algorithms.

Mostly car/cdr and reversal.
This commit is contained in:
2025-09-07 17:40:00 -04:00
parent 00908187bd
commit e315d63d13
4 changed files with 139 additions and 0 deletions

View File

@ -6,3 +6,4 @@ add_subdirectory( derived_pointer_cast.test )
add_subdirectory( print_number.test )
add_subdirectory( NamedOperator.test )
add_subdirectory( NamedComparator.test )
add_subdirectory( tuple_algorithms.test )