Skip to content

Instantly share code, notes, and snippets.

@jmatsushita
jmatsushita / Main.purs
Last active July 2, 2020 11:54
Problem type checking with natural transformation in record type
module Main where
import Prelude
import Effect (Effect)
import Data.Foldable (fold)
import TryPureScript (h1, text, render)
data Nat m n = Nat (m ~> n)
data NatR m n = NatR { nat :: (m ~> n) }
module Main where
import Prelude
import Effect (Effect)
import Data.Foldable (fold)
import TryPureScript (h1, text, render)
data Nat m n = Nat (m ~> n)
more /Users/jmatsushita/Library/Developer/CoreSimulator/Devices/D217D90E-9017-43C6-8FA3-E17C1870E7B0/data/tmp/detox.last_launch_app_log.err
dyld: loaded: /Users/jmatsushita/Library/Developer/CoreSimulator/Devices/D217D90E-9017-43C6-8FA3-E17C1870E7B0/data/Containers/Bundle/Application/6962C310-5B38-4212-A5F9-012A660636DC/example.app/example
dyld: loaded: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libc++.1.dylib
dyld: loaded: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Foundation.framework/Foundation
dyld: loaded: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libobjc.A.dylib
dyld: loaded: /Applications/Xcode.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>items</key>
<array>
<dict>
<key>assets</key>
<array>
<dict>
# make devstack.provision
./provision.sh
Creating network "devstack_default" with the default driver
Creating volume "devstack_mysql_data" with default driver
Creating volume "devstack_mongo_data" with default driver
Creating volume "devstack_elasticsearch_data" with default driver
Creating edx.devstack.mongo
Creating edx.devstack.mysql
Waiting for MySQL
........MySQL ready
@jmatsushita
jmatsushita / gist:d0b0876e48e7a45f0f39d3d7863e5369
Created March 30, 2017 09:31
EdX Devstack make devstack.provision log
make devstack.provision
./provision.sh
Creating network "devstack_default" with the default driver
Creating volume "devstack_mysql_data" with default driver
Creating volume "devstack_mongo_data" with default driver
Creating volume "devstack_elasticsearch_data" with default driver
Creating edx.devstack.mysql
Creating edx.devstack.mongo
Waiting for MySQL
........MySQL ready
npm test  11:47:10
> tests@0.0.1 test .../tests
> chimp --offline --debug --host=seleniumhub.myhost.org --port=4444 --noSessionReuse
[chimp] loaded .../tests/chimp.js
[chimp] Chimp options are { watch: false,
watchTags: '@watch,@focus',
domainSteps: null,
e2eSteps: null,
{
"@context": {
"name": "https://openintegrity.org/ns",
"entry": "https://openintegrity.org/ns/entry",
"platform": "https://openintegrity.org/ns/platform",
"score": "https://openintegrity.org/ns/score",
"policy": {
"@id":"https://openintegrity.org/ns/policy",
"@type": "https://openintegrity.org/ns/score/value"
},
//setup
[source,cypher]
----
CREATE
(_1 {name:"asfd asdf"}),
(_2 {name:"Aker Solutions"})
----
//graph