Equations
Instances For
Equations
- Time.Clip.clip a b x h = (Time.Clip.clipToNonemptyIcc a b x h).icc.val
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Time.Clip.clip? a b x h = Option.map (fun (v : Time.NonemptyIcc a b) => v.icc.val) (Time.Clip.clipToNonemptyIcc? a b x h)