JavaScript: The Good Parts https://www.youtube.com/watch?v=hQVTIJBZook
Crockford on JavaScript - Volume 1: The Early Years https://www.youtube.com/watch?v=JxAXlJEmNMg
JavaScript: The Good Parts https://www.youtube.com/watch?v=hQVTIJBZook
Crockford on JavaScript - Volume 1: The Early Years https://www.youtube.com/watch?v=JxAXlJEmNMg
| # Haskell Program Coverage - Makefile | |
| # | |
| # This Makefile contains a few top-level build commands for easily making | |
| # code coverage reports using stack and hpc. It is typically used in two | |
| # ways: | |
| # | |
| # a) Locally, to construct an coverage overlay template to purposely ignore | |
| # some part of the source code in the coverage reports. | |
| # | |
| # b) In a continuous integration setup, to generate reports possibly using the |
| name: Code Style | |
| on: | |
| pull_request: | |
| branches: [ "master" ] | |
| push: | |
| branches: [ "master" ] | |
| tags: [ "*.*.*" ] | |
| jobs: |
I hereby claim:
To claim this, I am signing this object:
| -- | ⚠️ IMPORTANT | |
| -- | |
| -- This code is UNTESTED and UNLICENSED. Use at your own risk and do whatever | |
| -- you want with it. | |
| {-# LANGUAGE TemplateHaskell #-} | |
| {-# LANGUAGE TypeApplications #-} | |
| module Plutus.ManagedDelegation where |