1
2
3
4
5
use crate::internal::*;

mod reduce;

register_all_mod!(reduce);