I looked at the module of GHC.Prim and found that it seems that all datas in GHC.Prim are defined as data Float#
without something like =A|B
, and all functions in GHC.Prim is defined as gtFloat# = let x = x in x
.
My question is whether these definations make sense and what they mean.
I checked the header of GHC.Prim like below
{-
This is a generated file (generated by genprimopcode).
It is not code to actually be used. Its only purpose is to be
consumed by haddock.
-}
I guess it may have some relations with the questions and who could please explain that to me.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…