Veronika Romashkina

Results 115 issues of Veronika Romashkina

- [ ] Explicit imports - [ ] Explicit exports - [ ] Improve data types - [ ] Strict fields

And improve this partial types ```haskell | BinOper {bop :: BinOp, l, r :: Expression} | CompOper {cop :: CompOp, l, r :: Expression} | LogicOper {lop :: LogicOp, l,...

enhancement

enhancement
library

To be able to run the application, add some tests to them

enhancement

Currently, we have to pattern match a lot on children, or check if any of the children satisfy some predicate. A list is not always reasonable representation (for example, we...

enhancement
analysis :alembic: