From a25985dab29ad951893cd7afa6d86a9371315871 Mon Sep 17 00:00:00 2001 From: Mustafa Date: Sat, 30 Jan 2016 10:13:17 -0500 Subject: [PATCH] Update rhs.rkt --- rhs/rhs.rkt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rhs/rhs.rkt b/rhs/rhs.rkt index a78bc30..bff0802 100644 --- a/rhs/rhs.rkt +++ b/rhs/rhs.rkt @@ -31,6 +31,10 @@ Licensed under GPL (2 or 3? FIXME) ;; JBC, 2014-- looks like most of these library functions have ;; equivalents in Racket.... +;; quakehead: I'm assuming these functions are to handle the port of rsc3 from haskell to scheme. +;; this table has basic list functions in haskell vs racket: +;; https://artyom.me/learning-racket-1#interlude-list-functions +;; copied here: https://gist.github.com/quakehead/42b25c8891565cf9f761 ;; prelude.scm ;;;;;;;;;;;;;;;;;;;;;;