Skip to content

Commit 3b06d81

Browse files
Merge pull request #2561 from ninioArtillero/fix-sublist
Fix rendering of sublist in type alias docs
2 parents ecfe4c0 + 5186aef commit 3b06d81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/mkDocs/docs/specifications.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -389,9 +389,9 @@ see [tests/pos/Map.hs](https://github.com/ucsd-progsys/liquidhaskell/blob/develo
389389
This makes possible to effectively _update_ an alias definition.
390390
4. When imports contain aliases with identical symbols, name resolution triggers
391391
an error upon ambiguous usage. Resolve this by qualifying either:
392-
- The usage
393-
- The import
394-
- Or both
392+
* The usage
393+
* The import
394+
* Or both
395395
5. When the same alias name is imported from multiple modules (with no local definition),
396396
only the lexicographically last instance is exported (i.e., included in the resulting specification).
397397

0 commit comments

Comments
 (0)