Built with Alectryon, running Coq+SerAPI v8.18.0+0.18.3. Bubbles () indicate interactive fragments: hover for details, tap to reveal contents. Use Ctrl+↑ Ctrl+↓ to navigate, Ctrl+🖱️ to focus. On Mac, use instead of Ctrl.
(* -*- mode: coq; mode: visual-line -*-  *)

[Loading ML file number_string_notation_plugin.cmxs (using legacy method) ... done]
Require Import Algebra.ooGroup. Local Open Scope path_scope. (** * Actions of oo-Groups *) Definition ooAction (G : ooGroup) := classifying_space G -> Type. Definition action_space {G} : ooAction G -> Type := fun X => X (point _). Coercion action_space : ooAction >-> Sortclass.