Formatted rescript

This commit is contained in:
Ozzie Gooen 2022-05-03 11:30:00 -04:00
parent 02a2d96f8f
commit 94a1155264

View File

@ -230,7 +230,7 @@ module Float = {
let inv = (p, t: t) => p < t ? 0.0 : 1.0
let mean = (t: t) => Ok(t)
let sample = (t: t) => t
let toString = (t:t) => j`Delta($t)`
let toString = (t: t) => j`Delta($t)`
}
module From90thPercentile = {