Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 448 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 448 Bytes

coerce - A MoonBit type coercion utility

This module just provides one function coerce and other examples, The purpose is to understand type conversion between MoonBit types.

Some explanations are derived from haskell coerce.

Similar notion in other languages like C++ reinterpret_cast.