22 lines
840 B
Text
22 lines
840 B
Text
import Grove.Framework
|
|
import GroveStdlib.Generated.«associative-query-operations»
|
|
import GroveStdlib.Generated.«associative-creation-operations»
|
|
import GroveStdlib.Generated.«associative-modification-operations»
|
|
import GroveStdlib.Generated.«associative-create-then-query»
|
|
import GroveStdlib.Generated.«associative-all-operations-covered»
|
|
|
|
/-
|
|
This file is autogenerated by grove. You can manually edit it, for example to resolve merge
|
|
conflicts, but be careful.
|
|
-/
|
|
|
|
open Grove.Framework Widget
|
|
|
|
namespace GroveStdlib.Generated
|
|
|
|
def restoreState : RestoreStateM Unit := do
|
|
«associative-query-operations».restoreState
|
|
«associative-creation-operations».restoreState
|
|
«associative-modification-operations».restoreState
|
|
«associative-create-then-query».restoreState
|
|
«associative-all-operations-covered».restoreState
|