Skip to content

Commit 0e3bcba

Browse files
authored
Fix markup in sophia_features.md (#437)
1 parent 699d1f7 commit 0e3bcba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/sophia_features.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -256,10 +256,10 @@ datatype bi('a) = Bi // bi is bivariant on 'a
256256

257257
The following facts apply here:
258258

259-
- `co('a)` is a subtype of `co('b) when `'a` is a subtype of `'b`
260-
- `ct('a)` is a subtype of `ct('b) when `'b` is a subtype of `'a`
261-
- `in('a)` is a subtype of `in('b) when `'a` is equal to `'b`
262-
- `bi('a)` is a subtype of `bi('b) always
259+
- `co('a)` is a subtype of `co('b)` when `'a` is a subtype of `'b`
260+
- `ct('a)` is a subtype of `ct('b)` when `'b` is a subtype of `'a`
261+
- `in('a)` is a subtype of `in('b)` when `'a` is equal to `'b`
262+
- `bi('a)` is a subtype of `bi('b)` always
263263

264264
That altogether induce the following rules of subtyping in Sophia:
265265

0 commit comments

Comments
 (0)