0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Completed exercise 5. Glad I already did the F# builder! More... over 14 years ago
=Completed Exercise 3. More... over 14 years ago
Completed exercise 2. More... over 14 years ago
Progress on Exercise 2, though not quite all the way there. More... over 14 years ago
Fixed the F# monad implementation. Remember to watch for cases where tuples are important, such as when implementing monadic builders! More... over 14 years ago
Fixed the non-monadic labeller. More... over 14 years ago
Changed name of label function to labelTree from makeMonad. More... over 14 years ago
Completed switch to workflow computation syntax. Need to test! More... over 14 years ago
Switched from static members to a computation workflow. More... over 14 years ago
Realigned function definitions. More... over 14 years ago
Removed an accidental character from before "open Base" More... over 14 years ago
Simplified the F# non-monadic labeller. More... over 14 years ago
Refactored the tree type and sub-types to more directly match the F# version. Added separate folders for the exercises. Broke out the F# version to allow better organization for future exercises. !Need to refactor the F# StateMonad to a workflow pattern. More... over 14 years ago
Updated .gitignore to not include desktop.ini More... over 14 years ago
Cleaned up the solution and created a project folder for the C# version. More... over 14 years ago
+ Added an F# version of the project and progressed it to Exercise 1. + Minor updates to the C# project: + Removed the UpdateState method in favor of defining the function in the incrementer. + Renamed the incrementState function to monadicIncrementer. More... over 14 years ago
Completed Exercise 1 - generalize over the type of the state, from int$0 to <S>, say, so that the SM type can handle any kind of$0 state object. Start with Scp<T> --> Scp<S, T>, from "label-content pair" to "state-content pair". More... over 14 years ago
Initial commit using Brian's initial source code. More... over 14 years ago