aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dialyzer/test/behaviour_SUITE_data/src/sample_behaviour_old/correct_behaviour.erl
blob: 90ce590997358a8abe1997ea7239b48d8185944d (plain) (blame)
1
2
3
4
5
6
%%% This is a behaviour with info about its calllbacks.

-module(correct_behaviour).

-callback foo() -> yes | no.
-callback bar({atom(),_},[_]) -> term().