Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-10-23 | Enforce evaluation in fmap of GtkM | Camil Staps | 1 | -1/+6 | |
2019-10-23 | Add rudimentary shares system | Camil Staps | 1 | -1/+2 | |
2019-10-22 | Restructure signal handling: callbacks cannot be delayed because they may ↵ | Camil Staps | 1 | -20/+10 | |
have pointer arguments referring to the stack; also, some callbacks expect a return value | |||||
2019-10-22 | Add custom GtkM state monad with a bind that does not grow the stack | Camil Staps | 1 | -16/+55 | |
2019-10-21 | Fix accWorld | Camil Staps | 1 | -1/+2 | |
2019-10-21 | Remove usage of import qualified as, which relies on the itask compiler | Camil Staps | 1 | -8/+7 | |
2019-10-21 | Add appWorld and accWorld | Camil Staps | 1 | -0/+18 | |
2019-10-20 | Add synonym type GtkM a :== State GtkState a | Camil Staps | 1 | -4/+4 | |
2019-10-20 | Initial commit | Camil Staps | 1 | -0/+57 | |