mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
Attempt to sort all the symbols.
This commit is contained in:
parent
83cbc1d927
commit
e3e92b56fb
6 changed files with 240 additions and 79 deletions
|
@ -46,7 +46,7 @@ pub enum VariantName {
|
|||
/// An identifier, possibly fully-qualified with a module name
|
||||
/// e.g. (Http.Request from http)
|
||||
/// Parameterized on a phantom marker for whether it has been canonicalized
|
||||
#[derive(Clone, Debug, PartialEq, Eq, Hash)]
|
||||
#[derive(Clone, Debug, PartialEq, Eq, Hash, PartialOrd, Ord)]
|
||||
pub enum Ident {
|
||||
Unqualified(String),
|
||||
Qualified(String, String),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue