Current section
Files
Jump to
Current section
Files
src/blah/word.gleam
//// same as `blah/en/word`
import blah/en/word
pub fn verb() {
word.verb()
}
pub fn preposition() {
word.preposition()
}
pub fn noun() {
word.noun()
}
pub fn interjection() {
word.interjection()
}
pub fn conjunction() {
word.conjunction()
}
pub fn adverb() {
word.adverb()
}
pub fn adjective() {
word.adjective()
}