Commit Graph

9 Commits

Author SHA1 Message Date
Dionisio E Alonso 380c9bdabb feat(coding-style): Correct coding style 2023-04-19 22:49:55 -03:00
Dionisio E Alonso 215938367b feat(coding-style): Update comments syntax for examples 2023-04-19 22:17:41 -03:00
Dionisio E Alonso 1bdd40bd3d Add examples for Output and Input operators in .hs
This version uses the module feature of Haskell and has all the examples
in a separate .hs file.
2019-05-22 00:03:00 -03:00
Dionisio E Alonso a12cfeb8f9 Make minor cosmetic changes in operators from Lab4 2019-05-21 20:38:29 -03:00
Dionisio E Alonso 5a4c2a6ad7 Add Output and Input, syntax and semantic functions 2019-05-21 20:08:30 -03:00
Dionisio E Alonso b996a8b126 Copy semantics for operators implemented in Lab4
The While operator needed a minor type adjustment inside its semantic,
type for internal F function changed.
2019-05-21 20:03:02 -03:00
Dionisio E Alonso 4166fcdc8b Add syntax for operators implemented in Lab4
Correct types for those operators, replacing Σ' with Ω when needed.
2019-05-21 19:42:33 -03:00
Dionisio E Alonso 9978f39423 Correct some spaces on assignment 2019-05-20 22:21:46 -03:00
Dionisio E Alonso 336648a10b Add week 11 assignment 2019-05-20 22:04:50 -03:00