mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-29 20:34:44 +00:00
Create erg_type
crate
This commit is contained in:
parent
e4e89f38f9
commit
5b5234f477
43 changed files with 2995 additions and 8238 deletions
|
@ -5,13 +5,13 @@ use erg_common::color::{GREEN, RED, RESET, YELLOW};
|
|||
use erg_common::config::Input;
|
||||
use erg_common::error::{ErrorCore, ErrorDisplay, ErrorKind::*, Location, MultiErrorDisplay};
|
||||
use erg_common::traits::{Locational, Stream};
|
||||
use erg_common::ty::{Predicate, Type};
|
||||
use erg_common::value::Visibility;
|
||||
use erg_common::{fmt_iter, Str};
|
||||
use erg_common::{impl_stream_for_wrapper, switch_lang};
|
||||
use erg_common::vis::Visibility;
|
||||
use erg_common::{fmt_iter, impl_stream_for_wrapper, switch_lang, Str};
|
||||
|
||||
use erg_parser::error::{ParserRunnerError, ParserRunnerErrors};
|
||||
|
||||
use erg_type::{Predicate, Type};
|
||||
|
||||
use crate::hir::Expr;
|
||||
|
||||
/// dname is for "double under name"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue