xref: /Universal-ctags/Units/review-needed.r/maze.erl.t/expected.tags (revision 794f991ec45ac0d81e82573f4f824563410157f6)
1build	input.erl	/^build() ->$/;"	f	module:maze
2generate	input.erl	/^generate(#maze{}=M) ->$/;"	f	module:maze
3generate	input.erl	/^generate(#maze{}=M, R, X, Y) ->$/;"	f	module:maze
4maze	input.erl	/^-module(maze).$/;"	m
5pick	input.erl	/^pick(List) ->$/;"	f	module:maze
6pick	input.erl	/^pick(Tuple) when tuple(Tuple) ->$/;"	f	module:maze
7scramble	input.erl	/^scramble(List) ->$/;"	f	module:maze
8scramble	input.erl	/^scramble(List, Acc) ->$/;"	f	module:maze
9scramble	input.erl	/^scramble(Tuple) when tuple(Tuple) ->$/;"	f	module:maze
10scramble	input.erl	/^scramble([], Acc) -> Acc;$/;"	f	module:maze
11seed	input.erl	/^seed() ->$/;"	f	module:maze
12tot_get	input.erl	/^tot_get(X, Y, Tot) ->$/;"	f	module:maze
13tot_new	input.erl	/^tot_new(W, H, Cell) ->$/;"	f	module:maze
14tot_print	input.erl	/^tot_print(ToT) ->$/;"	f	module:maze
15tot_print	input.erl	/^tot_print(Y, ToT) -> ok.$/;"	f	module:maze
16tot_print	input.erl	/^tot_print(Y, ToT) when Y =< size(ToT) ->$/;"	f	module:maze
17tot_print_tuple	input.erl	/^tot_print_tuple(T) ->$/;"	f	module:maze
18tot_print_tuple	input.erl	/^tot_print_tuple(X, T) -> ok.$/;"	f	module:maze
19tot_print_tuple	input.erl	/^tot_print_tuple(X, T) when X =< size(T) ->$/;"	f	module:maze
20tot_put	input.erl	/^tot_put(X, Y, Tot, V) ->$/;"	f	module:maze
21