mirror of
https://github.com/erg-lang/erg.git
synced 2025-10-02 21:44:34 +00:00
Add NoTypeDisplay
trait
This commit is contained in:
parent
5830253d7b
commit
ddd7abbaed
4 changed files with 375 additions and 68 deletions
|
@ -7,7 +7,7 @@ use erg_common::dict;
|
|||
use erg_common::error::{Location, MultiErrorDisplay};
|
||||
use erg_common::set;
|
||||
use erg_common::set::Set;
|
||||
use erg_common::traits::{Locational, Runnable, Stream};
|
||||
use erg_common::traits::{Locational, NoTypeDisplay, Runnable, Stream};
|
||||
use erg_common::vis::Visibility;
|
||||
use erg_common::{enum_unwrap, fmt_option, fn_name, get_hash, log, switch_lang, Str};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue