Ty.UnopSourcetype t = | NegNegation.
*)| NotLogical NOT.
*)| ClzCount leading zeros.
*)| CtzCount trailing zeros.
*)| PopcntCount bits set to 1.
*)| AbsAbsolute value.
*)| SqrtSquare root.
*)| Is_normal| Is_subnormal| Is_negative| Is_positive| Is_infinite| Is_nanCheck if NaN.
*)| Is_zero| CeilCeiling.
*)| FloorFloor.
*)| TruncTruncate.
*)| NearestRound to nearest integer.
*)| HeadGet the head of a list.
*)| TailGet the tail of a list.
*)| ReverseReverse a list.
*)| LengthGet the length of a list.
*)| TrimTrim whitespace (uninterpreted).
*)| Regexp_starKleene star.
*)| Regexp_loop of int * intLoop with a range.
*)| Regexp_plusKleene plus.
*)| Regexp_optOptional.
*)| Regexp_compComplement.
*)The type t represents unary operations.