Skip to content
View louy2's full-sized avatar

Block or report louy2

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. tech-thoughtstech-thoughtsPublic

    Just a personal dump of tech related thoughts

    1

  2. Reader Monad practiceReader Monad practice
    1
    {-# LANGUAGE InstanceSigs #-}
    2
    3
    newtypeReaderea=Reader (e->a)
    4
    5
    runReader::Readerea->e->a
  3. My first non-trivial proof in Lean P...My first non-trivial proof in Lean Prover! ㊗️🎉
    1
    import tactic.norm_num
    2
    import data.real.basic
    3
    import analysis.normed_space.basic
    4
    5
    open normed_field
  4. 霧島京子からの挑戦状 7924pt https://paiza.jp/m...霧島京子からの挑戦状 7924pt https://paiza.jp/moshijo/share/moshijo_character_10/challenge_result/ad90853b
    1
    importre
    2
    fromqueueimportPriorityQueue
    3
    4
    classTile:
    5
    def__init__(self, blocked=False, lb="", isKey=False, isTrap=False):
  5. Experiment with tagless final in RustExperiment with tagless final in Rust
    1
    // http://okmij.org/ftp/tagless-final/JFP.pdf
    2
    3
    // Self is not HKT so cannot enforce term types
    4
    traitSymantics{
    5
    fnint(v:i64) -> Self;
  6. commit-blogcommit-blogPublic

    A blog written in Git commit messages.