Bump minor version from 2.3.0 to 2.4.0
[hope.git] / src / hope_fun.erl
1 -module(hope_fun).
2
3 -export(
4 [ id/1
5 ]).
6
7 -spec id(A) ->
8 A.
9 id(X) ->
10 X.
This page took 0.050476 seconds and 4 git commands to generate.