mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-16 00:35:01 +00:00
minor fixes
This commit is contained in:
parent
254226f067
commit
954f687666
3 changed files with 6 additions and 6 deletions
|
@ -1286,7 +1286,7 @@ mod ability {
|
|||
Exact(u32),
|
||||
}
|
||||
|
||||
/// Parses an ability demand like `hash : a -> U64 | a implements Hash`, in the context of a larger
|
||||
/// Parses an ability demand like `hash : a -> U64 where a implements Hash`, in the context of a larger
|
||||
/// ability definition.
|
||||
/// This is basically the same as parsing a free-floating annotation, but with stricter rules.
|
||||
pub fn parse_demand<'a>(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue