//! This crate defines the types necessary to translate Rust data types to Purescript. Most users
//! will only need to derive `AsPursType` with the `purescript_waterslide_derive` crate and use
//! the `purs_module!` macro to generate modules.
pub use *;
pub use *;
pub use *;