Expose hope_kv_list:presence_violations_to_list/1
[hope.git] / src / hope_fun.erl
CommitLineData
64617423
SK
1-module(hope_fun).
2
3-export(
4 [ id/1
5 ]).
6
7-spec id(A) ->
8 A.
9id(X) ->
10 X.
This page took 0.021322 seconds and 4 git commands to generate.