Skip to content

Commit

Permalink
Document changes
Browse files Browse the repository at this point in the history
  • Loading branch information
filipeom committed Jun 21, 2024
1 parent 42c2eb3 commit ce8b396
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

### Added

- Added `List` and `App` values (@joaomhmpereira)
- Added `Naryop` to `Expr` (@joaomhmpereira)
- Added `val Expr.ptr : int32 -> t -> t` constructor (@filipeom)
- Added missing concrete simplification to `Eval` (@joaomhmpereira)

### Changed

- Renamed `Seq_` operators to `String_` (@joaomhmpereira)
- `String.concat` is now a nary operator (@joaomhmpereira)
- Made `Eval.TypeError` more explicit on which operator triggered the error. (@joaomhmpereira)
- Made `Expr.Ptr` a record (@filipeom)

### Fixed

## v0.1.3

### Changed

- Changed `Num.( = )` to `Num.equal` to be more consistent with other modules
Expand Down

0 comments on commit ce8b396

Please sign in to comment.