Pinned Loading
-
-
Reader Monad practice
Reader 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_num
2import data.real.basic
3import analysis.normed_space.basic
45open 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 Rust
Experiment with tagless final in Rust 1// http://okmij.org/ftp/tagless-final/JFP.pdf
23// Self is not HKT so cannot enforce term types
4trait 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.