Define explicit map_ok as implementation of map
[hope.git] / src / hope.app.src
1 {application, hope,
2 [
3 {description, "Higher Order Programming in Erlang"},
4 {vsn, "2.4.1"},
5 {registered, []},
6 {applications, [
7 kernel,
8 stdlib
9 ]},
10 {env, []}
11 ]}.
This page took 0.056115 seconds and 4 git commands to generate.