mmm-0.1.0.0: Minecraft 1.21.4 implementation in Haskell
Copyright(c) axionbuster 2025
LicenseBSD-3-Clause
Safe HaskellNone
LanguageGHC2021

M.Pack.Internal.FromIntegral

Description

Provides utility functions for numeric type conversions, primarily an abbreviated form of fromIntegral.

Synopsis

Documentation

fi :: (Integral a, Num b) => a -> b Source #

an abbreviation for fromIntegral