[sledge] Rename State_domain back to Sh_domain

Summary:
Now that the relation domain construction is factored out and
generalized.

Reviewed By: ngorogiannis

Differential Revision: D17665253

fbshipit-source-id: eb156ce6b
master
Josh Berdine 5 years ago committed by Facebook Github Bot
parent e0d7950e07
commit 1fdc76d163

@ -13,7 +13,7 @@ open Command.Let_syntax
type 'a param = 'a Command.Param.t
module Sh_executor = Control.Make (Domain.Relation.Make (State_domain))
module Sh_executor = Control.Make (Domain.Relation.Make (Sh_domain))
module Unit_executor = Control.Make (Domain.Unit)
module Used_globals_executor = Control.Make (Domain.Used_globals)

Loading…
Cancel
Save