Module Simplified_value.DefaultValueFunctionsSource

Template module with default transfer functions

Sourceval filter : bool -> Core.All.typ -> 't -> 't
Sourceval backward_unop : Core.All.operator -> Core.All.typ -> 't -> Core.All.typ -> 't -> 't
Sourceval backward_binop : Core.All.operator -> Core.All.typ -> 't -> Core.All.typ -> 't -> Core.All.typ -> 't -> 't * 't
Sourceval compare : Core.All.operator -> bool -> Core.All.typ -> 't -> Core.All.typ -> 't -> 't * 't
Sourceval avalue : 'r Core.All.avalue_kind -> 't -> 'r option