Pre: Expose more in edn.

This commit is contained in:
Nick Alexander 2017-03-28 14:10:05 -07:00
parent a5023c70cb
commit c1409078fa

View file

@ -26,5 +26,5 @@ pub mod parse {
pub use num::BigInt;
pub use ordered_float::OrderedFloat;
pub use parse::ParseError;
pub use types::Value;
pub use types::{Span, SpannedValue, Value, ValueAndSpan};
pub use symbols::{Keyword, NamespacedKeyword, PlainSymbol, NamespacedSymbol};