aboutsummaryrefslogblamecommitdiffstats
path: root/lib/dialyzer/test/small_SUITE_data/src/orelsebug.erl
blob: 8479fc33ccdfba16ddae978513169baca66a0983 (plain) (tree)
1
2
3
4
5
6
7
8
9
10


                                                                      
                 





                                                                      
 




                                                           
%%%-------------------------------------------------------------------
%%% File    : orelsebug.erl
%%% Author  : Tobias Lindahl <[email protected]>
%%% Description :
%%%
%%% Created : 14 Nov 2006 by Tobias Lindahl <[email protected]>
%%%-------------------------------------------------------------------
-module(orelsebug).

-export([t/1, t1/1]).

t(Format) when is_list(Format) ->
   t1(Format).

t1(Format) when is_list(Format) orelse is_binary(Format) ->
   Format.