Skip to content

Instantly share code, notes, and snippets.

@Ebmtranceboy
Created May 14, 2020 16:55
Show Gist options
  • Save Ebmtranceboy/63502d23ef221956249a8519e70058ee to your computer and use it in GitHub Desktop.
Save Ebmtranceboy/63502d23ef221956249a8519e70058ee to your computer and use it in GitHub Desktop.
class SemiringRecord exists <3
module Main where
import Prelude
import Effect (Effect)
import TryPureScript (h1, text, render)
main :: Effect Unit
main =
render $ h1 $ text $ show $ {a:9, b:3} * {a: 2, b:8}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment