mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
can now convert builtin calls to markup
This commit is contained in:
parent
c322d11e2a
commit
45df20cb17
4 changed files with 20 additions and 13 deletions
|
@ -4,7 +4,7 @@ use std::fmt;
|
|||
|
||||
/// This could be uppercase or lowercase, qualified or unqualified.
|
||||
#[derive(Clone, Debug, PartialEq, Eq, Hash, PartialOrd, Ord)]
|
||||
pub struct Ident(pub IdentStr); // Is IdentStr allowed to be pub?
|
||||
pub struct Ident(pub IdentStr);
|
||||
|
||||
impl Ident {
|
||||
pub fn as_inline_str(&self) -> &IdentStr {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue