Skip to content
View jasagredo's full-sized avatar

Block or report jasagredo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. hs-safescope hs-safescope Public

    An approach to time profiling that also shows safe FFI calls

    Haskell 2

  2. advent-of-prolog-2023 advent-of-prolog-2023 Public

    Advent of Prolog 2023

    Prolog 4

  3. ghci_inside_gdb ghci_inside_gdb
    1
    # This has to be parametrized by the compiler version, the project path and the Cabal version 
    2
    # that is being used. Also the relevant packages to the project will change. In this case I 
    3
    # just created an empty dummy project to generate the instructions.
    4
    
                  
    5
    
                  
  4. Haskell ❤️ MSYS2 Haskell ❤️ MSYS2
    1
    # Haskell + Windows (MSYS2)
    2
    
                  
    3
    This document describes my setup for working with Haskell on Windows. Notice I don't know much 
    4
    of the intricacies of Windows but it seems I was able to make it work.
    5
    
                  
  5. A wrapper over `cabal test` with a s... A wrapper over `cabal test` with a slightly nicer output
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    # Build and then run the tests with a nicer output than `cabal test`
    4
    #
    5
    # Usage: `cabal-test $PKG` where $PKG is either