chore(library/init/meta/vm): style
This commit is contained in:
parent
35acad642c
commit
7ec0505e94
1 changed files with 2 additions and 2 deletions
|
|
@ -130,8 +130,8 @@ do fmt ← return $ to_fmt a,
|
|||
|
||||
end vm
|
||||
|
||||
meta structure vm_monitor (s : Type) :=
|
||||
(init : s) (step : s → vm s)
|
||||
meta structure vm_monitor (α : Type) :=
|
||||
(init : α) (step : α → vm α)
|
||||
|
||||
/- Registers a new virtual machine monitor. The argument must be the name of a definition of type
|
||||
`vm_monitor S`. The command will override the last monitor.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue