pith. machine review for the scientific record. sign in

IndisputableMonolith.Masses.Ribbons.Word

IndisputableMonolith/Masses/Ribbons/Word.lean · 21 lines · 2 declarations

show as:
view math explainer →

open module explainer GitHub source

Explainer status: pending

   1import Mathlib
   2
   3namespace IndisputableMonolith
   4namespace Masses
   5namespace Ribbons
   6
   7structure Ribbon where
   8  start : Fin 8
   9  dir   : Bool
  10  bit   : Int
  11  tag   : Nat
  12
  13/-- A word is a list of ribbon syllables. -/
  14abbrev Word := List Ribbon
  15
  16end Ribbons
  17end Masses
  18end IndisputableMonolith
  19
  20
  21

source mirrored from github.com/jonwashburn/shape-of-logic