Current section

Files

Jump to
blah src blah@word.erl
Raw

src/blah@word.erl

-module(blah@word).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]).
-export([verb/0, preposition/0, noun/0, interjection/0, conjunction/0, adverb/0, adjective/0]).
-file("/home/runner/work/blah/blah/src/blah/word.gleam", 5).
-spec verb() -> binary().
verb() ->
blah@en@word:verb().
-file("/home/runner/work/blah/blah/src/blah/word.gleam", 9).
-spec preposition() -> binary().
preposition() ->
blah@en@word:preposition().
-file("/home/runner/work/blah/blah/src/blah/word.gleam", 13).
-spec noun() -> binary().
noun() ->
blah@en@word:noun().
-file("/home/runner/work/blah/blah/src/blah/word.gleam", 17).
-spec interjection() -> binary().
interjection() ->
blah@en@word:interjection().
-file("/home/runner/work/blah/blah/src/blah/word.gleam", 21).
-spec conjunction() -> binary().
conjunction() ->
blah@en@word:conjunction().
-file("/home/runner/work/blah/blah/src/blah/word.gleam", 25).
-spec adverb() -> binary().
adverb() ->
blah@en@word:adverb().
-file("/home/runner/work/blah/blah/src/blah/word.gleam", 29).
-spec adjective() -> binary().
adjective() ->
blah@en@word:adjective().