pub fn docs_for_word(word: &str) -> Vec<&'static ConstructDoc>Expand description
Every lesson whose name matches the word, case-insensitively — a word can
name more than one construct (Set the statement, Set the type), and an
honest teacher shows both.