Pinned Loading
- 
  
- 
  Reader Monad practiceReader Monad practice 1{-# LANGUAGE InstanceSigs #-}23newtype Reader e a = Reader (e -> a) 45runReader :: Reader e a -> e -> a 
- 
  My first non-trivial proof in Lean P...My first non-trivial proof in Lean Prover! ㊗️🎉 1import tactic.norm_num2import data.real.basic3import analysis.normed_space.basic45open normed_field
- 
  霧島京子からの挑戦状 7924pt https://paiza.jp/m...霧島京子からの挑戦状 7924pt https://paiza.jp/moshijo/share/moshijo_character_10/challenge_result/ad90853b 1import re 2from queue import PriorityQueue 34class Tile: 5def __init__(self, blocked=False, lb="", isKey=False, isTrap=False): 
- 
  Experiment with tagless final in RustExperiment with tagless final in Rust 1// http://okmij.org/ftp/tagless-final/JFP.pdf23// Self is not HKT so cannot enforce term types4trait Symantics { 5fn int(v: i64) -> Self; 
- 
  
          Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
  If the problem persists, check the GitHub status page or contact support.

