Implement hope_result:lift_map_exn/3
[hope.git] / src / hope.app.src
CommitLineData
8b978633
SK
1{application, hope,
2 [
3 {description, "Higher Order Programming in Erlang"},
9a5e47fa 4 {vsn, "2.3.0"},
8b978633
SK
5 {registered, []},
6 {applications, [
7 kernel,
8 stdlib
9 ]},
10 {env, []}
11 ]}.
This page took 0.029524 seconds and 4 git commands to generate.