erlang-file? ( path -- ? )


Vocabulary
codebase-analyzer

Inputs
pathan object


Outputs
?an object


Definition


: erlang-file? ( path -- ? )
>lower file-extension {
"erl"
"beam"
"hrl"
"app"
"app.src"
"escript"
"rel"
"yrl"
"xrl"
} member? ;