[][src]Struct dyon::Prelude

pub struct Prelude { /* fields omitted */ }

Stores a prelude, used to load standard intrinsics and type check new modules.

Implementations

impl Prelude[src]

pub fn insert(
    &mut self,
    namespace: Arc<Vec<Arc<String>>>,
    name: Arc<String>,
    f: Dfn
)
[src]

Adds type information of function.

pub fn new() -> Prelude[src]

Creates a new prelude.

pub fn from_module(module: &Module) -> Prelude[src]

Creates prelude from existing module.

Trait Implementations

impl Default for Prelude[src]

Auto Trait Implementations

impl !RefUnwindSafe for Prelude

impl Send for Prelude

impl Sync for Prelude

impl Unpin for Prelude

impl !UnwindSafe for Prelude

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err