Difficulty: easy — 2 definitions, 0 abbreviations, 0 lemmas, 0 theorems, 0 examples.
physical-layer
PhysicalLayer.interface (m : ℕ) : InterfaceOld
Show details
fun m => InterfaceOld.homogeneous Bit m
Complexity: 11 (size of the value term)
Lean core dependencies: Nat
InterfaceOld.Value.observeAll {m : ℕ} (v : (PhysicalLayer.interface m).Value) : Option (Fin m → Bit)
Show details
fun {m} v => if h : v.fired = Finset.univ then some fun p => v.value ⟨p, ⋯⟩ else none
Complexity: 245 (size of the value term)
Dependency diagram
Drag to pan, Ctrl+scroll (or Cmd+scroll, or pinch on a touch screen) to zoom, click a node to jump to it.
definitiondeclared elsewheredependencyproof dependency
legend