Return k/v list itself from validate_unique_presence.
[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.020346 seconds and 4 git commands to generate.