aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/type.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* De-sigil-ification: $Eduardo Julian2022-04-081-191/+191
* De-sigil-ification: prefix :Eduardo Julian2022-03-161-28/+38
* De-sigil-ification: ^Eduardo Julian2022-03-151-11/+12
* De-sigil-ification: >Eduardo Julian2022-03-141-38/+38
* "module:" => "using"Eduardo Julian2021-09-151-1/+1
* Re-named "recur" to "again".Eduardo Julian2021-09-141-5/+5
* Re-named "name_of" to "symbol".Eduardo Julian2021-09-141-1/+1
* Re-named "Name" to "Symbol".Eduardo Julian2021-09-141-6/+6
* Updated only/except import syntax to take into account record => variant synt...Eduardo Julian2021-09-131-4/+4
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-121-42/+42
* Made the "#" character great again!Eduardo Julian2021-09-121-17/+17
* Migrated variants to the new syntax.Eduardo Julian2021-09-101-8/+8
* De-taggification | part 4Eduardo Julian2021-09-071-28/+28
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-051-6/+6
* De-taggification | part 2Eduardo Julian2021-09-041-6/+6
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-241-14/+14
* Some bug fixes.Eduardo Julian2021-08-181-13/+18
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-161-3/+5
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-131-27/+28
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-111-2/+2
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-091-2/+17
* No more #export magic syntax.Eduardo Julian2021-08-081-2/+2
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-071-6/+6
* Even more renamings.Eduardo Julian2021-08-011-2/+2
* More renamings.Eduardo Julian2021-07-301-1/+1
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-271-3/+3
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-251-51/+51
* Re-named "spec" hierarchy to "specification".Eduardo Julian2021-07-151-1/+1
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-20/+40
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-121-5/+4
* Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian2021-07-111-92/+121
* Delegate text (lower|upper)-casing to the host-platform implementations.Eduardo Julian2021-06-261-3/+3
* Constraining the year of the snapshot time in Aedifex.Eduardo Julian2021-06-121-1/+3
* Added import name formatting to "import:" macros for other backends.Eduardo Julian2021-06-111-1/+3
* Got rid of the {}s in ":share" and made it pipe-able.Eduardo Julian2021-05-181-1/+3
* Updates for Lua compiler.Eduardo Julian2021-02-041-0/+2
* Improved compilation of loops and pattern-matching for Python. Eduardo Julian2021-02-011-0/+2
* Removed the (ultimately redundant) on_stop function for actors.Eduardo Julian2021-01-131-0/+2
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-57/+59
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-16/+16
* Removed several unnecessary imports.Eduardo Julian2020-12-121-6/+6
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-021-15/+15
* Added "private" macro to lux/debug.Eduardo Julian2020-11-281-16/+16
* Re-named the directory for my bookmarks to better reflect what they are.Eduardo Julian2020-10-311-10/+10
* Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian2020-05-171-4/+4
* No more "n/"-prefixed functions.Eduardo Julian2019-07-261-6/+8
* Improved the convention for using text formatters.Eduardo Julian2019-06-201-3/+3
* Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian2019-04-061-1/+1
* Re-named "do-template" to "template".Eduardo Julian2019-03-301-2/+2
* Ported tests for type-related modules.Eduardo Julian2019-03-241-149/+138