Commit 979f06a
Add Homogeneous and HomogeneousRowList for homogeneous rows (#20)
* Add RecordOf and FieldOf for homogeneous records
* Rename to `Homogenous` and move to `Row` type
* Add `TypeEquals` constraint on field type
* Add funcitonal dependency for `FieldOf`
* Add comment explaining Homogeneous class
* Add missin fun dep
* Add Type.Row.Homogeneous
* Remove unwanted comment
That was incorrectly copied by the PureScript Emacs layer.
* Rename `FieldOf` to `HomogenousRowList`
To better communicate which class should be used in regular code.
* Rename instances to coincide previous renaming1 parent f7385cc commit 979f06a
1 file changed
+21
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
0 commit comments