Coder Social home page Coder Social logo

ionathanch / graphite Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ralsei/graphite

0.0 0.0 0.0 48.27 MB

A data visualization library for Racket.

Home Page: https://docs.racket-lang.org/graphite/index.html

License: GNU Affero General Public License v3.0

R 1.14% Racket 98.86%

graphite's Introduction

closure ahead

Frankly everything you need to know about me should already be in the sidebar. Here, have some Agda instead:

{-# OPTIONS --sized-types #-}
open import Size
open import Data.Empty

data _<_ : Size  Size  Set where
  lt :  s  (r : Size< s)  r < s

data Acc (s : Size) : Set where
  acc : ( {r}  r < s  Acc r)  Acc s

false₁ : ⊥
false₁ = ¬wf∞ (wf ∞) where
  wf :  s  Acc s
  wf s = acc (λ {(lt .s r)  wf r})
  ¬wf∞ : Acc ∞  ⊥
  ¬wf∞ (acc p) = ¬wf∞ (p (lt ∞ ∞))

Oh? You want more? Here's more:

data _≡_ : Size  Size  Set where
  refl :  {i}  i ≡ i

data Up! : Size  Set where
  huh :  {i}  Up! i
  up! :  {i}  {j : Size< i}  Up! j  Up! i

false₂ : ⊥
false₂ = hup! ∞ refl huh where
  hup! :  i  i ≡ (↑ ∞)  Up! i  ⊥
  hup! .∞ refl u = hup! ∞ refl (up! u)

graphite's People

Contributors

ionathanch avatar ralsei avatar samth avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.