Created
November 15, 2018 23:44
-
-
Save sjakobi/d0ec12254752b1b095d52372bcb26ad7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{-# language MagicHash #-} | |
-- | 'Char#' '-#' '<=##' '#' @'succ#'0#@ 'Bool' | |
module Lib where | |
import GHC.Prim | |
succ# :: Int# -> Int# | |
succ# = (+# 1#) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment