This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Compiled from "Function.java" | |
public abstract class Function { | |
public Function(); | |
Code: | |
0: aload_0 | |
1: invokespecial #1 // Method java/lang/Object."<init>":()V | |
4: return | |
public abstract java.lang.Object apply(java.lang.Object); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Compiled from "Test.java" | |
public class Test { | |
public Test(); | |
Code: | |
0: aload_0 | |
1: invokespecial #1 // Method java/lang/Object."<init>":()V | |
4: new #2 // class Test$Specific | |
7: dup | |
8: aload_0 | |
9: invokespecial #3 // Method Test$Specific."<init>":(LTest;)V |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{-# LANGUAGE TypeFamilies #-} | |
{-# LANGUAGE TypeSynonymInstances #-} | |
{-# LANGUAGE FlexibleInstances #-} | |
{-# LANGUAGE MultiParamTypeClasses #-} | |
{-# LANGUAGE ViewPatterns #-} | |
{-# LANGUAGE TypeOperators #-} | |
module BoardAcc where | |
import qualified Prelude as P | |
import Prelude(Show(..)) | |
import Data.Maybe(Maybe(..)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(let a0 = | |
let a0 = use | |
(Array (Z :. 2 :. 2) [2.0250376117435733,18.7039690333509,25.755929376845543,35.32123856353882]) in | |
let a1 = | |
let a1 = | |
let a1 = | |
let a1 = | |
let a1 = | |
let a1 = | |
use |