We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ecfe4c0 + 5186aef commit 3b06d81Copy full SHA for 3b06d81
docs/mkDocs/docs/specifications.md
@@ -389,9 +389,9 @@ see [tests/pos/Map.hs](https://github.com/ucsd-progsys/liquidhaskell/blob/develo
389
This makes possible to effectively _update_ an alias definition.
390
4. When imports contain aliases with identical symbols, name resolution triggers
391
an error upon ambiguous usage. Resolve this by qualifying either:
392
- - The usage
393
- - The import
394
- - Or both
+ * The usage
+ * The import
+ * Or both
395
5. When the same alias name is imported from multiple modules (with no local definition),
396
only the lexicographically last instance is exported (i.e., included in the resulting specification).
397
0 commit comments