Skip to content

Commit 7295611

Browse files
authored
Replace "skolem" with "rigid", fixes #246. (#278)
1 parent fd688b5 commit 7295611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language/Types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ An argument to ``poly`` must indeed be polymorphic. For example, the following f
148148
test = poly (\n -> n + 1)
149149
```
150150

151-
since the skolemized type variable ``a`` does not unify with ``Int``.
151+
since the rigid type variable ``a`` — that is, the type variable bound by the ``forall`` in the type signature for ``poly`` does not unify with ``Int``.
152152

153153
## Rows
154154

0 commit comments

Comments
 (0)