forked from bai/curriculum-project-hub
3ebe4b754d
Remove filler/redundant patterns: 钉死/钉, 本模块, likec4 画不出/画得出, 臆造, 散文, 分歧点测试, 纯 plumbing, 恰好, 留白, 宪法第N条, 刻意. No code definitions changed, only doc comments.
14 lines
472 B
Lean4
14 lines
472 B
Lean4
import Spec.Courseware.Model.Primitives
|
|
import Spec.Courseware.Model.RichContent
|
|
import Spec.Courseware.Model.Element
|
|
import Spec.Courseware.Model.Lesson
|
|
import Spec.Courseware.Model.Info
|
|
|
|
/-!
|
|
# Courseware.Model —— 工程文件的内容模型
|
|
|
|
基元(`Primitives`)、富内容锚点(`RichContent`)、原子单位(`Element`)、单节课
|
|
(`Lesson`)、课时元信息(`Info`:canonical author 为列表 vs `RawInfo` 撰写态)。
|
|
决策出处 ADR-0005 / 0006 / 0008。
|
|
-/
|