mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
Hide RocDec implemntation details.
This commit is contained in:
parent
92ace8ff67
commit
ba6b225761
8 changed files with 26 additions and 16 deletions
|
@ -156,8 +156,7 @@ fn pattern_to_doc_help<'b>(
|
|||
Bit(false) => alloc.text("False"),
|
||||
Byte(b) => alloc.text(b.to_string()),
|
||||
Float(f) => alloc.text(f.to_string()),
|
||||
// TODO: Proper Dec.to_str
|
||||
Decimal(d) => alloc.text(d.0.to_string()),
|
||||
Decimal(d) => alloc.text(d.to_string()),
|
||||
Str(s) => alloc.string(s.into()),
|
||||
},
|
||||
Ctor(union, tag_id, args) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue