Create erg_type crate

This commit is contained in:
Shunsuke Shibayama 2022-08-26 11:52:11 +09:00
parent e4e89f38f9
commit 5b5234f477
43 changed files with 2995 additions and 8238 deletions

View file

@ -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"