Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/core/sort.sig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* A unique feature of this ABT library is the ability to express different sorts.
* Specifically, you can define operators which take arguments of different sorts so
* that it's not necessary to lump types + expressions + whatever else into the same
* collection of objects with anything distinguishing them.
* collection of objects without anything distinguishing them.
*)
signature ABT_SORT =
sig
Expand Down