61babe9c808e549d4af64906a730a2d4078c417c
[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.052129 seconds and 3 git commands to generate.