diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-03-07 15:17:13 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-03-07 15:17:13 +0100 |
| commit | 25b5bd117529cd04bb789e1988eb3a3db8025a0e (patch) | |
| tree | 2fbb4650903123da047a1f1f11a0abda95286e12 /library/src/prelude.rs | |
| parent | 6ab7760822ccd24b4ef126d4737d41f1be15fe19 (diff) | |
Fully untyped model
Diffstat (limited to 'library/src/prelude.rs')
| -rw-r--r-- | library/src/prelude.rs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/library/src/prelude.rs b/library/src/prelude.rs index a406e586..49afc9ca 100644 --- a/library/src/prelude.rs +++ b/library/src/prelude.rs @@ -15,16 +15,16 @@ pub use typst::diag::{bail, error, At, SourceResult, StrResult}; pub use typst::doc::*; #[doc(no_inline)] pub use typst::eval::{ - array, castable, dict, format_str, func, Args, Array, AutoValue, Cast, CastInfo, - Dict, Func, NoneValue, Str, Symbol, Value, Vm, + array, cast_from_value, cast_to_value, dict, format_str, func, Args, Array, Cast, + CastInfo, Dict, Func, Never, Str, Symbol, Value, Vm, }; #[doc(no_inline)] pub use typst::geom::*; #[doc(no_inline)] pub use typst::model::{ - capability, capable, node, Content, Finalize, Fold, Introspector, Label, Node, - NodeId, Prepare, Resolve, Selector, Show, StabilityProvider, StyleChain, StyleMap, - StyleVec, Unlabellable, Vt, + node, Construct, Content, Finalize, Fold, Introspector, Label, Node, NodeId, Prepare, + Resolve, Selector, Set, Show, StabilityProvider, StyleChain, StyleMap, StyleVec, + Unlabellable, Vt, }; #[doc(no_inline)] pub use typst::syntax::{Span, Spanned}; |
