Skip to content

Instantly share code, notes, and snippets.

@sjakobi
Created November 15, 2018 23:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sjakobi/d0ec12254752b1b095d52372bcb26ad7 to your computer and use it in GitHub Desktop.
Save sjakobi/d0ec12254752b1b095d52372bcb26ad7 to your computer and use it in GitHub Desktop.
{-# 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