aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/maybe.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-150/+0
2021-06-30"signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian1-7/+7
2021-01-12Compiler now shows suggestions when encountering unknown definitions.Eduardo Julian1-2/+2
2020-12-15Compiling "lux syntax char case!" with TABLESWITCH instead of LOOKUPSWITCH.Eduardo Julian1-8/+7
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian1-5/+5
2020-10-14Gave the Location type its own module.Eduardo Julian1-2/+4
2020-10-07Re-named "Cursor" type to "Location".Eduardo Julian1-1/+1
2020-08-12WIP: New build-tool named Aedifex (can read project descriptions).Eduardo Julian1-0/+9
2020-08-10Improved naming when evaluating code on the host platform.Eduardo Julian1-6/+31
2020-04-15Some tweaks to how dictionaries and rows work.Eduardo Julian1-0/+1
2019-08-20WIP: Make new-luxc instructions rely on the Descriptor type.Eduardo Julian1-1/+1
2019-07-24Small improvements here and there.Eduardo Julian1-4/+4
2019-04-06Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian1-1/+1
2019-02-24Improved the names of monad transformers.Eduardo Julian1-1/+1
2019-02-04Changed the naming style for structures.Eduardo Julian1-23/+28
2018-08-22No more multi-line text.Eduardo Julian1-5/+8
2018-07-28Added "+" sign to positive Int.Eduardo Julian1-2/+2
2018-07-21Re-named "Symbol" to "Identifier".Eduardo Julian1-1/+1
2018-07-20No longer giving default aliases to un-prefixed imports.Eduardo Julian1-8/+8
2018-07-14- New syntax for bit values: "#0" and "#1", instead of "false" and "true".Eduardo Julian1-2/+2
2018-07-11- Improvements to import syntax [part 2].Eduardo Julian1-6/+7
2018-07-10- Improvements to import syntax [part 0].Eduardo Julian1-2/+2
2018-07-10- Re-named "struct:" to "structure:".Eduardo Julian1-6/+6
2018-07-05- Re-named "equality" to "equivalence".Eduardo Julian1-3/+3
2018-05-13- Re-named ".../eq" modules to ".../equality".Eduardo Julian1-1/+1
2018-05-02- Re-named "Applicative" to "Apply".Eduardo Julian1-2/+2
2018-05-02- Moved the "wrap" function into Monad, and removed Applicative from Monad's ...Eduardo Julian1-5/+9
2017-11-29- Changed the identifier separator, from the semi-colon (;) to the period/dot...Eduardo Julian1-33/+33
2017-11-27- Got rid of even more dots.Eduardo Julian1-1/+1
2017-09-19- Changed the terminology of monoids ("append" -> "compose", "unit" -> "ident...Eduardo Julian1-2/+2
2017-09-19- Some refactoring.Eduardo Julian1-9/+33
2017-07-22- Removed the "M" suffix from monadic functions.Eduardo Julian1-2/+2
2017-07-15- Can now generate Eq instances for #rec-style recursive types.Eduardo Julian1-1/+1
2017-07-01- Remove the suffixes of "lift" functions for monad transformers.Eduardo Julian1-1/+1
2017-01-26- Changed the license from MPL 2.0 to MIT.Eduardo Julian1-5/+0
2016-12-18- Added tests for the monad transformers for Error, Maybe, State, List and Env.Eduardo Julian1-1/+1
2016-12-01- Collected the Lux compiler's repo, the Standard Library's, the Leiningen pl...Eduardo Julian1-0/+82