Concept (module) of parsed AST
@type t() :: %Umwelt.Felixir.Concept{ aliases: list(), attrs: list(), calls: list(), context: list(), fields: list(), functions: list(), guards: list(), name: String.t(), note: String.t(), types: list() }