Std.Ui.Lazy Std.Ui.Lazy — memoised Element trees for `Std.Ui`. Values lazy : (a -> Element msg) -> a -> Element msg lazy2 : (a -> b -> Element msg) -> a -> b -> Element msg lazy3 : (a -> b -> c -> Element msg) -> a -> b -> c -> Element msg lazy4 : (a -> b -> c -> d -> Element msg) -> a -> b -> c -> d -> Element msg lazy5 : (a -> b -> c -> d -> e -> Element msg) -> a -> b -> c -> d -> e -> Element msg