clash-ghc-0.2.1: primitives/ghc.prim.json
[ { "BlackBox" :
{ "name" : "GHC.Prim.tagToEnum#"
, "templateE" : "~ARG[0]"
}
}
, { "BlackBox" :
{ "name" : "GHC.Prim.negateInt#"
, "templateE" : "-~ARG[0]"
}
}
, { "BlackBox" :
{ "name" : "GHC.Prim.<#"
, "templateE" : "~ARG[0] < ~ARG[1]"
}
}
, { "BlackBox" :
{ "name" : "GHC.Prim.>#"
, "templateE" : "~ARG[0] > ~ARG[1]"
}
}
, { "BlackBox" :
{ "name" : "GHC.Prim.-#"
, "templateE" : "~ARG[0] - ~ARG[1]"
}
}
]