C_states.LActions
type ac =
| DropPerm
| GetCurPerm
| WeakValidPointer
| Store
| Load
type ga =
| Single
| Array
| Hole
| Zeros
| Bounds
val str_ac : ac -> string
val ac_from_str : string -> ac
val str_ga : ga -> string
val ga_from_str : string -> ga