Absint.TaskSchedulerTypes
type target =
| Procname of {
proc_name : IR.Procname.t;
specialization : IR.Specialization.t option;
}
| File of IBase.SourceFile.t
val hash_fold_target :
Ppx_hash_lib.Std.Hash.state ->
target ->
Ppx_hash_lib.Std.Hash.state
val hash_target : target -> Ppx_hash_lib.Std.Hash.hash_value