Implement hope_result:lift_map_exn/3
[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.061049 seconds and 4 git commands to generate.